IMyThrustGridThrustDirection Property |
v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
Gets the direction of thrust, relative to ship controller (cockpit).
Namespace: Sandbox.ModAPI.IngameAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Vector3I GridThrustDirection { get; }
ReadOnly Property GridThrustDirection As Vector3I
Get
property Vector3I GridThrustDirection {
Vector3I get ();
}
abstract GridThrustDirection : Vector3I with get
Property Value
Type:
Vector3IRemarks
For example, a value of VRageMath.Vector3I.Forward means the thruster will move the grid along the grid's forward direction.
A value of Vector3D.Zero means direction is unknown (no cockpit available).
See Also