Vector4 Properties

RAGE Plugin Hook Documentation

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

The Vector4 type exposes the following members.

Properties

  NameDescription
Public propertyItem
Public propertyStatic memberSizeInBytes
Gets the size of the Vector4 type, in bytes.
Public propertyStatic memberUnitW
Gets the W unit Vector4 (0, 0, 0, 1).
Public propertyStatic memberUnitX
Gets the X unit Vector4 (1, 0, 0, 0).
Public propertyStatic memberUnitY
Gets the Y unit Vector4 (0, 1, 0, 0).
Public propertyStatic memberUnitZ
Gets the Z unit Vector4 (0, 0, 1, 0).
Public propertyStatic memberZero
Gets a Vector4 with all of its components set to zero.
Top
See Also

Reference