SwiftlyS2

CPhysicsSpring

Interface CPhysicsSpring

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CPhysicsSpring : CBaseEntity, CEntityInstance, ISchemaClass<CEntityInstance>, ISchemaClass<CBaseEntity>, ISchemaClass<CPhysicsSpring>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

DampingRatio

ref float DampingRatio { get; }
Property Value

End

ref Vector End { get; }
Property Value

Frequency

ref float Frequency { get; }
Property Value

NameAttachEnd

string NameAttachEnd { get; set; }
Property Value

NameAttachStart

string NameAttachStart { get; set; }
Property Value

RestLength

ref float RestLength { get; }
Property Value

Start

ref Vector Start { get; }
Property Value

TeleportTick

ref uint TeleportTick { get; }
Property Value

On this page