Class MyObjectBuilder_MotorStator
Inheritance
System.Object
MyObjectBuilder_MotorStator
Assembly: SpaceEngineers.ObjectBuilders.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_MotorStator : MyObjectBuilder_MotorBase
Constructors
MyObjectBuilder_MotorStator()
Declaration
public MyObjectBuilder_MotorStator()
Fields
BrakingTorque
Declaration
public Nullable<float> BrakingTorque
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
CurrentAngle
Declaration
public float CurrentAngle
Field Value
Type |
Description |
System.Single |
|
DummyDisplacement
Declaration
public float DummyDisplacement
Field Value
Type |
Description |
System.Single |
|
Force
Declaration
Field Value
Type |
Description |
System.Single |
|
Friction
Declaration
Field Value
Type |
Description |
System.Single |
|
LimitsActive
Declaration
Field Value
Type |
Description |
System.Boolean |
|
MaxAngle
Declaration
public Nullable<float> MaxAngle
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
MinAngle
Declaration
public Nullable<float> MinAngle
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
RotorLock
Declaration
Field Value
Type |
Description |
System.Boolean |
|
TargetVelocity
Declaration
public float TargetVelocity
Field Value
Type |
Description |
System.Single |
|
Torque
Declaration
public Nullable<float> Torque
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Extension Methods