Space Engineers
Public Member Functions | Public Attributes | List of all members
Sandbox.ModAPI.Ingame.MyWaypointInfo Struct Reference

Provides basic information about a waypoint. More...

Public Member Functions

 MyWaypointInfo (string name, Vector3D coords)
 

Public Attributes

readonly string Name
 The waypoint name More...
 
readonly Vector3D Coords
 The coordinates of this waypoint More...
 

Detailed Description

Provides basic information about a waypoint.

Definition at line 12 of file IMyRemoteControl.cs.

Constructor & Destructor Documentation

Sandbox.ModAPI.Ingame.MyWaypointInfo.MyWaypointInfo ( string  name,
Vector3D  coords 
)
inline

Definition at line 24 of file IMyRemoteControl.cs.

Member Data Documentation

readonly Vector3D Sandbox.ModAPI.Ingame.MyWaypointInfo.Coords

The coordinates of this waypoint

Definition at line 22 of file IMyRemoteControl.cs.

readonly string Sandbox.ModAPI.Ingame.MyWaypointInfo.Name

The waypoint name

Definition at line 17 of file IMyRemoteControl.cs.


The documentation for this struct was generated from the following file: