Class MyObjectBuilder_MotorBase
Inheritance
System.Object
MyObjectBuilder_MotorBase
Assembly: SpaceEngineers.ObjectBuilders.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_MotorBase : MyObjectBuilder_MechanicalConnectionBlock
Constructors
MyObjectBuilder_MotorBase()
Declaration
public MyObjectBuilder_MotorBase()
Fields
RotorEntityId
Declaration
public Nullable<long> RotorEntityId
Field Value
Type |
Description |
System.Nullable<System.Int64> |
|
WeldedEntityId
Declaration
public Nullable<long> WeldedEntityId
Field Value
Type |
Description |
System.Nullable<System.Int64> |
|
Methods
Remap(IMyRemapHelper)
Declaration
public override void Remap(IMyRemapHelper remapHelper)
Parameters
Overrides
Extension Methods