Class MyMotorStatorDefinition
Inheritance
System.Object
MyMotorStatorDefinition
Assembly: Sandbox.Game.dll
Syntax
[MyDefinitionType]
public class MyMotorStatorDefinition : MyMechanicalConnectionBlockBaseDefinition
Constructors
MyMotorStatorDefinition()
Declaration
public MyMotorStatorDefinition()
Fields
ForbiddenTopPartSubtypes
Declaration
public List<MyStringHash> ForbiddenTopPartSubtypes
Field Value
Type |
Description |
System.Collections.Generic.List<MyStringHash> |
|
MaxAngleDeg
Declaration
public Nullable<float> MaxAngleDeg
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
MaxForceMagnitude
Declaration
public float MaxForceMagnitude
Field Value
Type |
Description |
System.Single |
|
MinAngleDeg
Declaration
public Nullable<float> MinAngleDeg
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
public float RequiredPowerInput
Field Value
Type |
Description |
System.Single |
|
ResourceSinkGroup
Declaration
public MyStringHash ResourceSinkGroup
Field Value
RotorDisplacementInModel
Declaration
public float RotorDisplacementInModel
Field Value
Type |
Description |
System.Single |
|
RotorDisplacementMax
Declaration
public float RotorDisplacementMax
Field Value
Type |
Description |
System.Single |
|
RotorDisplacementMaxSmall
Declaration
public float RotorDisplacementMaxSmall
Field Value
Type |
Description |
System.Single |
|
RotorDisplacementMin
Declaration
public float RotorDisplacementMin
Field Value
Type |
Description |
System.Single |
|
RotorDisplacementMinSmall
Declaration
public float RotorDisplacementMinSmall
Field Value
Type |
Description |
System.Single |
|
RotorType
Declaration
public MyRotorType RotorType
Field Value
UnsafeTorqueThreshold
Declaration
public float UnsafeTorqueThreshold
Field Value
Type |
Description |
System.Single |
|
Methods
Init(MyObjectBuilder_DefinitionBase)
Declaration
protected override void Init(MyObjectBuilder_DefinitionBase builder)
Parameters
Overrides