Class constraint_breakableparams_t
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class constraint_breakableparams_t : NativeObject
- Inheritance
-
object
constraint_breakableparams_t
- Inherited Members
-
Constructors
constraint_breakableparams_t(nint)
public constraint_breakableparams_t(nint pointer)
Parameters
pointer
nint
Properties
BodyMassScale
[SchemaMember("constraint_breakableparams_t", "bodyMassScale")]
public Span<float> BodyMassScale { get; }
Property Value
- Span<float>
ForceLimit
[SchemaMember("constraint_breakableparams_t", "forceLimit")]
public ref float ForceLimit { get; }
Property Value
- float
IsActive
[SchemaMember("constraint_breakableparams_t", "isActive")]
public ref bool IsActive { get; }
Property Value
- bool
Strength
[SchemaMember("constraint_breakableparams_t", "strength")]
public ref float Strength { get; }
Property Value
- float
TorqueLimit
[SchemaMember("constraint_breakableparams_t", "torqueLimit")]
public ref float TorqueLimit { get; }
Property Value
- float