Class CPhysBallSocket
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CPhysBallSocket : CPhysConstraint, IEquatable<CEntityInstance>
- Inheritance
-
objectCPhysBallSocket
- Implements
- Inherited Members
Constructors
CPhysBallSocket(nint)
public CPhysBallSocket(nint pointer)
Parameters
pointer
nint
Properties
EnableSwingLimit
[SchemaMember("CPhysBallSocket", "m_bEnableSwingLimit")]
public ref bool EnableSwingLimit { get; }
Property Value
EnableTwistLimit
[SchemaMember("CPhysBallSocket", "m_bEnableTwistLimit")]
public ref bool EnableTwistLimit { get; }
Property Value
JointFriction
[SchemaMember("CPhysBallSocket", "m_flJointFriction")]
public ref float JointFriction { get; }
Property Value
MaxTwistAngle
[SchemaMember("CPhysBallSocket", "m_flMaxTwistAngle")]
public ref float MaxTwistAngle { get; }
Property Value
MinTwistAngle
[SchemaMember("CPhysBallSocket", "m_flMinTwistAngle")]
public ref float MinTwistAngle { get; }
Property Value
SwingLimit
[SchemaMember("CPhysBallSocket", "m_flSwingLimit")]
public ref float SwingLimit { get; }