Show / Hide Table of Contents

Class MyObjectBuilder_AutopilotClipboard

Inheritance
System.Object
MyObjectBuilder_Base
MyObjectBuilder_AutopilotClipboard
Inherited Members
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_AutopilotClipboard : MyObjectBuilder_Base

Constructors

MyObjectBuilder_AutopilotClipboard()

Declaration
public MyObjectBuilder_AutopilotClipboard()

Fields

Direction

Declaration
public byte Direction
Field Value
Type Description
System.Byte

DockingModeEnabled

Declaration
public bool DockingModeEnabled
Field Value
Type Description
System.Boolean

FlightMode

Declaration
public int FlightMode
Field Value
Type Description
System.Int32

indexes

Declaration
[Serialize]
public List<int> indexes
Field Value
Type Description
System.Collections.Generic.List<System.Int32>

RemoteEntityId

Declaration
public long RemoteEntityId
Field Value
Type Description
System.Int64

Waypoints

Declaration
public List<MyObjectBuilder_AutopilotWaypoint> Waypoints
Field Value
Type Description
System.Collections.Generic.List<MyObjectBuilder_AutopilotWaypoint>

Extension Methods

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