SwiftlyS2

CPointVelocitySensor

Interface CPointVelocitySensor

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CPointVelocitySensor : CPointEntity, CBaseEntity, CEntityInstance, IEquatable<CEntityInstance>, ISchemaClass<CEntityInstance>, ISchemaClass<CBaseEntity>, ISchemaClass<CPointEntity>, ISchemaClass<CPointVelocitySensor>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

AvgInterval

ref float AvgInterval { get; }
Property Value

Axis

ref Vector Axis { get; }
Property Value

Enabled

ref bool Enabled { get; }
Property Value

PrevVelocity

ref float PrevVelocity { get; }
Property Value

TargetEntity

ref CHandle<CBaseEntity> TargetEntity { get; }
Property Value

Velocity

SchemaUntypedField Velocity { get; }
Property Value

On this page