Class GtaVector
Provides various default vector constants for GTA: San Andreas.
public static class GtaVector
- Inheritance
-
GtaVector
- Inherited Members
Properties
Backward
Returns a Vector3 with components 0, -1, 0.
public static Vector3 Backward { get; }
Property Value
Down
Returns a Vector3 with components 0, 0, -1.
public static Vector3 Down { get; }
Property Value
Forward
Returns a Vector3 with components 0, 1, 0.
public static Vector3 Forward { get; }
Property Value
Left
Returns a Vector3 with components -1, 0, 0.
public static Vector3 Left { get; }
Property Value
Right
Returns a Vector3 with components 1, 0, 0.
public static Vector3 Right { get; }
Property Value
Up
Returns a Vector3 with components 0, 0, 1.
public static Vector3 Up { get; }