Show / Hide Table of Contents

Class MyObjectBuilder_PathRecorderComponent

Inheritance
System.Object
MyObjectBuilder_Base
MyObjectBuilder_ComponentBase
MyObjectBuilder_PathRecorderComponent
Inherited Members
MyObjectBuilder_ComponentBase.RemoveExistingComponentOnNewInsert
MyObjectBuilder_ComponentBase.SetupForProjector()
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_PathRecorderComponent : MyObjectBuilder_ComponentBase

Constructors

MyObjectBuilder_PathRecorderComponent()

Declaration
public MyObjectBuilder_PathRecorderComponent()

Fields

BeaconEntityId

Declaration
public long BeaconEntityId
Field Value
Type Description
System.Int64

MinimalDistance

Declaration
public float MinimalDistance
Field Value
Type Description
System.Single

Play

Declaration
public bool Play
Field Value
Type Description
System.Boolean

RecordInterval

Declaration
public byte RecordInterval
Field Value
Type Description
System.Byte

Repeat

Declaration
public bool Repeat
Field Value
Type Description
System.Boolean

ShowPath

Declaration
public bool ShowPath
Field Value
Type Description
System.Boolean

ShowSelectedPoints

Declaration
public bool ShowSelectedPoints
Field Value
Type Description
System.Boolean

Waypoints

Declaration
[Serialize]
[DynamicNullableObjectBuilderItem(false)]
public List<MyObjectBuilder_AutopilotWaypoint> Waypoints
Field Value
Type Description
System.Collections.Generic.List<MyObjectBuilder_AutopilotWaypoint>

Methods

Remap(IMyRemapHelper)

Declaration
public override void Remap(IMyRemapHelper remapHelper)
Parameters
Type Name Description
IMyRemapHelper remapHelper
Overrides
MyObjectBuilder_ComponentBase.Remap(IMyRemapHelper)

Extension Methods

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