Interface IMyAutopilotWaypoint
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Syntax
public interface IMyAutopilotWaypoint
Properties
Matrix
Gets matrix representing recorded position and rotation
Declaration
MatrixD Matrix { get; }
Property Value
Type | Description |
---|---|
MatrixD |
Name
Name of waypoint
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
RelatedEntityId
Sets Id of entity in relation to which the Coords are set
Declaration
long RelatedEntityId { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
RelativeMatrix
Coordinates in relation to relatedEntity
Declaration
MatrixD RelativeMatrix { get; }
Property Value
Type | Description |
---|---|
MatrixD |