Class CPointVelocitySensor
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CPointVelocitySensor : CPointEntity, IEquatable<CEntityInstance>
- Inheritance
-
objectCPointVelocitySensor
- Implements
- Inherited Members
Constructors
CPointVelocitySensor(nint)
public CPointVelocitySensor(nint pointer)
Parameters
pointer
nint
Properties
AvgInterval
[SchemaMember("CPointVelocitySensor", "m_flAvgInterval")]
public ref float AvgInterval { get; }
Property Value
Axis
[SchemaMember("CPointVelocitySensor", "m_vecAxis")]
public Vector Axis { get; }
Property Value
Enabled
[SchemaMember("CPointVelocitySensor", "m_bEnabled")]
public ref bool Enabled { get; }
Property Value
PrevVelocity
[SchemaMember("CPointVelocitySensor", "m_fPrevVelocity")]
public ref float PrevVelocity { get; }
Property Value
TargetEntity
[SchemaMember("CPointVelocitySensor", "m_hTargetEntity")]
public CHandle<CBaseEntity> TargetEntity { get; }