CPhysMotor
Interface CPhysMotor
Namespace: SwiftlyS2.Shared.SchemaDefinitions
Assembly: SwiftlyS2.CS2.dll
public interface CPhysMotor : CLogicalEntity, CServerOnlyEntity, CBaseEntity, CEntityInstance, ISchemaClass<CEntityInstance>, ISchemaClass<CBaseEntity>, ISchemaClass<CServerOnlyEntity>, ISchemaClass<CLogicalEntity>, ISchemaClass<CPhysMotor>, ISchemaField, ISchemaClass, INativeHandleImplements
- CLogicalEntity
- CServerOnlyEntity
- CBaseEntity
- CEntityInstance
- ISchemaClass<CEntityInstance>
- ISchemaClass<CBaseEntity>
- ISchemaClass<CServerOnlyEntity>
- ISchemaClass<CLogicalEntity>
- ISchemaClass<CPhysMotor>
- ISchemaField
- ISchemaClass
- INativeHandle
Properties
AdditionalAcceleration
ref float AdditionalAcceleration { get; }Property Value
AnchorObject
ref CHandle<CBaseEntity> AnchorObject { get; }Property Value
AngularAcceleration
ref float AngularAcceleration { get; }Property Value
AttachedObject
ref CHandle<CBaseEntity> AttachedObject { get; }Property Value
Motor
CMotorController Motor { get; }Property Value
MotorFriction
ref float MotorFriction { get; }Property Value
NameAnchor
string NameAnchor { get; set; }Property Value
NameAttach
string NameAttach { get; set; }Property Value
SpeedWhenSpinUpOrSpinDownStarted
ref float SpeedWhenSpinUpOrSpinDownStarted { get; }Property Value
SpinDown
ref float SpinDown { get; }Property Value
SpinUp
ref float SpinUp { get; }Property Value
TargetSpeed
ref float TargetSpeed { get; }Property Value
TorqueScale
ref float TorqueScale { get; }Property Value