Class CPhysSlideConstraint
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CPhysSlideConstraint : CPhysConstraint, IEquatable<CEntityInstance>
- Inheritance
-
object
CPhysSlideConstraint
- Implements
-
- Inherited Members
-
Constructors
CPhysSlideConstraint(nint)
public CPhysSlideConstraint(nint pointer)
Parameters
pointer
nint
Properties
AxisEnd
[SchemaMember("CPhysSlideConstraint", "m_axisEnd")]
public Vector AxisEnd { get; }
Property Value
- Vector
EnableAngularConstraint
[SchemaMember("CPhysSlideConstraint", "m_bEnableAngularConstraint")]
public ref bool EnableAngularConstraint { get; }
Property Value
- bool
EnableLinearConstraint
[SchemaMember("CPhysSlideConstraint", "m_bEnableLinearConstraint")]
public ref bool EnableLinearConstraint { get; }
Property Value
- bool
InitialOffset
[SchemaMember("CPhysSlideConstraint", "m_initialOffset")]
public ref float InitialOffset { get; }
Property Value
- float
MotorDampingRatio
[SchemaMember("CPhysSlideConstraint", "m_flMotorDampingRatio")]
public ref float MotorDampingRatio { get; }
Property Value
- float
MotorFrequency
[SchemaMember("CPhysSlideConstraint", "m_flMotorFrequency")]
public ref float MotorFrequency { get; }
Property Value
- float
SlideFriction
[SchemaMember("CPhysSlideConstraint", "m_slideFriction")]
public ref float SlideFriction { get; }
Property Value
- float
SoundInfo
[SchemaMember("CPhysSlideConstraint", "m_soundInfo")]
public ConstraintSoundInfo SoundInfo { get; }
Property Value
- ConstraintSoundInfo
SystemLoadScale
[SchemaMember("CPhysSlideConstraint", "m_systemLoadScale")]
public ref float SystemLoadScale { get; }
Property Value
- float
UseEntityPivot
[SchemaMember("CPhysSlideConstraint", "m_bUseEntityPivot")]
public ref bool UseEntityPivot { get; }
Property Value
- bool