Vector4UnitW Property

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets the W unit Vector4 (0, 0, 0, 1).

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static Vector4 UnitW { get; }

Property Value

Type: Vector4
A Vector4 that has a value of (0, 0, 0, 1).
See Also

Reference