Class MyObjectBuilder_ParachuteDefinition.SubpartDefinition
Inheritance
System.Object
MyObjectBuilder_ParachuteDefinition.SubpartDefinition
Namespace: Sandbox.Common.ObjectBuilders.Definitions
Assembly: SpaceEngineers.ObjectBuilders.dll
Syntax
public class SubpartDefinition : Object
Constructors
SubpartDefinition()
Declaration
public SubpartDefinition()
Fields
Name
Name of the Subpart Model without extension i.e.: "DoorLeft" will be "path/to/model/DoorLeft.mwm"
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
PivotPosition
define the Pivot/Hinge position for this Subpart will be read from Model if not defined
Declaration
public Nullable<SerializableVector3> PivotPosition
Field Value
Type | Description |
---|---|
System.Nullable<VRage.SerializableVector3> |