Show / Hide Table of Contents

Class MyObjectBuilder_AdvancedDoorDefinition.SubpartDefinition

Inheritance
System.Object
MyObjectBuilder_AdvancedDoorDefinition.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>
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾