[This is preliminary documentation and is subject to change.]
Gets the Y unit
Vector4 (0, 1, 0, 0).
Namespace:
Rage
Assembly:
RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
public static Vector4 UnitY { get; }
Public Shared ReadOnly Property UnitY As Vector4
Get
public:
static property Vector4 UnitY {
Vector4 get ();
}
Property Value
Type:
Vector4A
Vector4 that has a value of (0, 1, 0, 0).
Reference