Table of Contents

Class CPhysFixed

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CPhysFixed : CPhysConstraint, IEquatable<CEntityInstance>
Inheritance
CPhysFixed
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

float

AngularFrequency

[SchemaMember("CPhysFixed", "m_flAngularFrequency")]
public ref float AngularFrequency { get; }

Property Value

float

EnableAngularConstraint

[SchemaMember("CPhysFixed", "m_bEnableAngularConstraint")]
public ref bool EnableAngularConstraint { get; }

Property Value

bool

EnableLinearConstraint

[SchemaMember("CPhysFixed", "m_bEnableLinearConstraint")]
public ref bool EnableLinearConstraint { get; }

Property Value

bool

LinearDampingRatio

[SchemaMember("CPhysFixed", "m_flLinearDampingRatio")]
public ref float LinearDampingRatio { get; }

Property Value

float

LinearFrequency

[SchemaMember("CPhysFixed", "m_flLinearFrequency")]
public ref float LinearFrequency { get; }

Property Value

float