Show / Hide Table of Contents

Class MyObjectBuilder_LandingGear

Inheritance
System.Object
MyObjectBuilder_Base
MyObjectBuilder_CubeBlock
MyObjectBuilder_TerminalBlock
MyObjectBuilder_FunctionalBlock
MyObjectBuilder_LandingGear
Inherited Members
MyObjectBuilder_FunctionalBlock.Enabled
MyObjectBuilder_FunctionalBlock.TextPanelsNew
MyObjectBuilder_FunctionalBlock.GetTextPanelsData()
MyObjectBuilder_TerminalBlock.CustomName
MyObjectBuilder_TerminalBlock.ShowOnHUD
MyObjectBuilder_TerminalBlock.ShowInTerminal
MyObjectBuilder_TerminalBlock.ShowInToolbarConfig
MyObjectBuilder_TerminalBlock.ShowInInventory
MyObjectBuilder_TerminalBlock.NumberInGrid
MyObjectBuilder_TerminalBlock.IsSurvivalModeForced
MyObjectBuilder_CubeBlock.EntityId
MyObjectBuilder_CubeBlock.Name
MyObjectBuilder_CubeBlock.Min
MyObjectBuilder_CubeBlock.IntegrityPercent
MyObjectBuilder_CubeBlock.BuildPercent
MyObjectBuilder_CubeBlock.BlockOrientation
MyObjectBuilder_CubeBlock.ConstructionInventory
MyObjectBuilder_CubeBlock.ColorMaskHSV
MyObjectBuilder_CubeBlock.SkinSubtypeId
MyObjectBuilder_CubeBlock.ConstructionStockpile
MyObjectBuilder_CubeBlock.Owner
MyObjectBuilder_CubeBlock.BuiltBy
MyObjectBuilder_CubeBlock.ShareMode
MyObjectBuilder_CubeBlock.DeformationRatio
MyObjectBuilder_CubeBlock.SubBlocks
MyObjectBuilder_CubeBlock.MultiBlockId
MyObjectBuilder_CubeBlock.MultiBlockDefinition
MyObjectBuilder_CubeBlock.MultiBlockIndex
MyObjectBuilder_CubeBlock.BlockGeneralDamageModifier
MyObjectBuilder_CubeBlock.ComponentContainer
MyObjectBuilder_CubeBlock.ShouldSerializeEntityId()
MyObjectBuilder_CubeBlock.ShouldSerializeMin()
MyObjectBuilder_CubeBlock.ShouldSerializeOrientation()
MyObjectBuilder_CubeBlock.ShouldSerializeBlockOrientation()
MyObjectBuilder_CubeBlock.ShouldSerializeConstructionInventory()
MyObjectBuilder_CubeBlock.ShouldSerializeColorMaskHSV()
MyObjectBuilder_CubeBlock.ShouldSerializeSkinSubtypeId()
MyObjectBuilder_CubeBlock.Upgrade(MyObjectBuilder_CubeBlock, MyObjectBuilderType, String)
MyObjectBuilder_CubeBlock.ShouldSerializeConstructionStockpile()
MyObjectBuilder_CubeBlock.ShouldSerializeMultiBlockId()
MyObjectBuilder_CubeBlock.ShouldSerializeMultiBlockDefinition()
MyObjectBuilder_CubeBlock.ShouldSerializeComponentContainer()
MyObjectBuilder_CubeBlock.Remap(IMyRemapHelper)
MyObjectBuilder_CubeBlock.SetupForProjector()
MyObjectBuilder_CubeBlock.SetupForGridPaste()
MyObjectBuilder_CubeBlock.Orientation
MyObjectBuilder_Base.ShouldSerializeSubtypeId()
MyObjectBuilder_Base.Clone()
MyObjectBuilder_Base.Equals(MyObjectBuilder_Base)
MyObjectBuilder_Base.SubtypeId
MyObjectBuilder_Base.SubtypeName
MyObjectBuilder_Base.TypeId
Namespace: Sandbox.Common.ObjectBuilders
Assembly: SpaceEngineers.ObjectBuilders.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_LandingGear : MyObjectBuilder_FunctionalBlock

Constructors

MyObjectBuilder_LandingGear()

Declaration
public MyObjectBuilder_LandingGear()

Fields

AttachedEntityId

Declaration
[Serialize]
public Nullable<long> AttachedEntityId
Field Value
Type Description
System.Nullable<System.Int64>

AutoLock

Declaration
public bool AutoLock
Field Value
Type Description
System.Boolean

BrakeForce

Declaration
public float BrakeForce
Field Value
Type Description
System.Single

FailedAttachSound

Declaration
[Serialize]
public string FailedAttachSound
Field Value
Type Description
System.String

FirstLockAttempt

Declaration
public bool FirstLockAttempt
Field Value
Type Description
System.Boolean

GearPivotPosition

Declaration
[Serialize]
public Nullable<Vector3> GearPivotPosition
Field Value
Type Description
System.Nullable<Vector3>

IsLocked

Declaration
public bool IsLocked
Field Value
Type Description
System.Boolean

IsParkingEnabled

Declaration
public bool IsParkingEnabled
Field Value
Type Description
System.Boolean

LockMode

Declaration
public LandingGearMode LockMode
Field Value
Type Description
LandingGearMode

LockSound

Declaration
[Serialize]
public string LockSound
Field Value
Type Description
System.String

MasterToSlave

Declaration
[Serialize]
public Nullable<MyDeltaTransform> MasterToSlave
Field Value
Type Description
System.Nullable<VRage.MyDeltaTransform>

MaxSolverImpulse

Declaration
public const float MaxSolverImpulse = 1E+08F
Field Value
Type Description
System.Single

OtherPivot

Declaration
[Serialize]
public Nullable<CompressedPositionOrientation> OtherPivot
Field Value
Type Description
System.Nullable<CompressedPositionOrientation>

UnlockSound

Declaration
[Serialize]
public string UnlockSound
Field Value
Type Description
System.String

Extension Methods

MyObjectBuilderExtensions.GetId(MyObjectBuilder_Base)
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾