Class CPhysFixed
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CPhysFixed : CPhysConstraint, IEquatable<CEntityInstance>
- Inheritance
-
objectCPhysFixed
- Implements
- Inherited Members
Constructors
CPhysFixed(nint)
public CPhysFixed(nint pointer)
Parameters
pointer
nint
Properties
AngularDampingRatio
[SchemaMember("CPhysFixed", "m_flAngularDampingRatio")]
public ref float AngularDampingRatio { get; }
Property Value
AngularFrequency
[SchemaMember("CPhysFixed", "m_flAngularFrequency")]
public ref float AngularFrequency { get; }
Property Value
EnableAngularConstraint
[SchemaMember("CPhysFixed", "m_bEnableAngularConstraint")]
public ref bool EnableAngularConstraint { get; }
Property Value
EnableLinearConstraint
[SchemaMember("CPhysFixed", "m_bEnableLinearConstraint")]
public ref bool EnableLinearConstraint { get; }
Property Value
LinearDampingRatio
[SchemaMember("CPhysFixed", "m_flLinearDampingRatio")]
public ref float LinearDampingRatio { get; }
Property Value
LinearFrequency
[SchemaMember("CPhysFixed", "m_flLinearFrequency")]
public ref float LinearFrequency { get; }