SwiftlyS2

CPathKeyFrame

Interface CPathKeyFrame

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CPathKeyFrame : CLogicalEntity, CServerOnlyEntity, CBaseEntity, CEntityInstance, IEquatable<CEntityInstance>, ISchemaClass<CEntityInstance>, ISchemaClass<CBaseEntity>, ISchemaClass<CServerOnlyEntity>, ISchemaClass<CLogicalEntity>, ISchemaClass<CPathKeyFrame>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

Angle

ref Quaternion Angle { get; }
Property Value

Angles

ref QAngle Angles { get; }
Property Value

MoveSpeed

ref float MoveSpeed { get; }
Property Value

NextKey

string NextKey { get; set; }
Property Value

NextKey1

ref CHandle<CPathKeyFrame> NextKey1 { get; }
Property Value

NextTime

ref float NextTime { get; }
Property Value

Origin

ref Vector Origin { get; }
Property Value

PrevKey

ref CHandle<CPathKeyFrame> PrevKey { get; }
Property Value

On this page