Class CRagdollConstraint
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CRagdollConstraint : CPhysConstraint, IEquatable<CEntityInstance>
- Inheritance
-
objectCRagdollConstraint
- Implements
- Inherited Members
Constructors
CRagdollConstraint(nint)
public CRagdollConstraint(nint pointer)
Parameters
pointer
nint
Properties
Xfriction
[SchemaMember("CRagdollConstraint", "m_xfriction")]
public ref float Xfriction { get; }
Property Value
Xmax
[SchemaMember("CRagdollConstraint", "m_xmax")]
public ref float Xmax { get; }
Property Value
Xmin
[SchemaMember("CRagdollConstraint", "m_xmin")]
public ref float Xmin { get; }
Property Value
Yfriction
[SchemaMember("CRagdollConstraint", "m_yfriction")]
public ref float Yfriction { get; }
Property Value
Ymax
[SchemaMember("CRagdollConstraint", "m_ymax")]
public ref float Ymax { get; }
Property Value
Ymin
[SchemaMember("CRagdollConstraint", "m_ymin")]
public ref float Ymin { get; }
Property Value
Zfriction
[SchemaMember("CRagdollConstraint", "m_zfriction")]
public ref float Zfriction { get; }
Property Value
Zmax
[SchemaMember("CRagdollConstraint", "m_zmax")]
public ref float Zmax { get; }
Property Value
Zmin
[SchemaMember("CRagdollConstraint", "m_zmin")]
public ref float Zmin { get; }