Class VelocitySampler
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class VelocitySampler : NativeObject
- Inheritance
-
object
VelocitySampler
- Inherited Members
-
Constructors
VelocitySampler(nint)
public VelocitySampler(nint pointer)
Parameters
pointer
nint
Properties
IdealSampleRate
[SchemaMember("VelocitySampler", "m_fIdealSampleRate")]
public ref float IdealSampleRate { get; }
Property Value
- float
PrevSample
[SchemaMember("VelocitySampler", "m_prevSample")]
public Vector PrevSample { get; }
Property Value
- Vector
PrevSampleTime
[SchemaMember("VelocitySampler", "m_fPrevSampleTime")]
public ref float PrevSampleTime { get; }
Property Value
- float