Show / Hide Table of Contents

Class MyObjectBuilder_BasicMissionFollowHome

Inheritance
System.Object
MyObjectBuilder_Base
MyObjectBuilder_ComponentBase
MyObjectBuilder_BasicMissionFollowHome
Inherited Members
MyObjectBuilder_ComponentBase.RemoveExistingComponentOnNewInsert
MyObjectBuilder_ComponentBase.SetupForProjector()
MyObjectBuilder_ComponentBase.Remap(IMyRemapHelper)
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_BasicMissionFollowHome : MyObjectBuilder_ComponentBase

Constructors

MyObjectBuilder_BasicMissionFollowHome()

Declaration
public MyObjectBuilder_BasicMissionFollowHome()

Fields

HomePosition

Declaration
public Vector3D HomePosition
Field Value
Type Description
Vector3D

HomeTargetWaypoint

Declaration
[Serialize]
public MyObjectBuilder_AutopilotWaypoint HomeTargetWaypoint
Field Value
Type Description
MyObjectBuilder_AutopilotWaypoint

IsWanderEnabled

Declaration
public bool IsWanderEnabled
Field Value
Type Description
System.Boolean

MaxRange

Declaration
public float MaxRange
Field Value
Type Description
System.Single

MinRange

Declaration
public float MinRange
Field Value
Type Description
System.Single

NextWanderWaypoint

Declaration
[Serialize]
public MyObjectBuilder_AutopilotWaypoint NextWanderWaypoint
Field Value
Type Description
MyObjectBuilder_AutopilotWaypoint

SelectedBeaconEntityId

Declaration
public long SelectedBeaconEntityId
Field Value
Type Description
System.Int64

SelectedGpsHash

Declaration
[Nullable]
public Nullable<int> SelectedGpsHash
Field Value
Type Description
System.Nullable<System.Int32>

SelectedGpsHashNew

Declaration
[Nullable]
public Nullable<GpsInfo> SelectedGpsHashNew
Field Value
Type Description
System.Nullable<VRage.Game.ObjectBuilders.AI.GpsInfo>

Extension Methods

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