Sandbox.Common.ObjectBuilders
MyObjectBuilder AutopilotComponent
Assembly: SpaceEngineers.ObjectBuilders.dll
public class MyObjectBuilder_AutopilotComponent: MyObjectBuilder_ComponentBase
Fields
| Member | Description |
|---|---|
| static AUTOPILOT_MAX_SPEED | |
| static DEFAULT_AUTOPILOT_SPEED_LIMIT | |
| AlignToGravity | |
| AutoPilotEnabled | |
| AutopilotSpeedLimit | |
| AutoPilotToolbar | Obsolete. Use Waypoints instead. |
| CollisionAvoidance | |
| Coords | Obsolete. Use Waypoints instead. |
| CurrentWaypointIndex | |
| Direction | |
| DockingModeEnabled | |
| FacingDirection | |
| FlightMode | |
| IsWorkAreaReturningToStart | |
| LookAtPosition | |
| MinHeightAboveTerrain | |
| Names | Obsolete. Use Waypoints instead. |
| PitchAngle | |
| RollAngle | |
| WaitForFreeWay | |
| Waypoints | |
| WaypointThresholdDistance | |
| WorkAreaStartForward | |
| RemoveExistingComponentOnNewInsert | Inherited from MyObjectBuilder_ComponentBase |
Properties
| Member | Description |
|---|---|
| SubtypeId | Inherited from MyObjectBuilder_Base |
| SubtypeName | Inherited from MyObjectBuilder_Base |
| TypeId | Inherited from MyObjectBuilder_Base |
Constructors
| Member | Description |
|---|---|
| MyObjectBuilder_AutopilotComponent() |
Methods
| Member | Description |
|---|---|
| Remap(IMyRemapHelper) | |
| Clone() | Inherited from MyObjectBuilder_Base |
| Equals(MyObjectBuilder_Base) | Inherited from MyObjectBuilder_Base |
| Remap(IMyRemapHelper) | Inherited from MyObjectBuilder_ComponentBase |
| SetupForProjector() | Inherited from MyObjectBuilder_ComponentBase |
| ShouldSerializeSubtypeId() | Inherited from MyObjectBuilder_Base |
Inheritance: MyObjectBuilder_Base ˃ MyObjectBuilder_ComponentBase