Click or drag to resize

Vector3 Properties

The Vector3 type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBack
Back unit vector. Represents the local direction of back, and the global direction of south.
Public propertyStatic memberDown
Down unit vector.
Public propertyStatic memberForward
Forward unit vector. Represents the local direction of forward, and the global direction of north.
Public propertyStatic memberInf
Infinity vector, a vector with all components set to `Mathf.Inf`.
Public propertyItem
Access vector components using their index.
Public propertyStatic memberLeft
Left unit vector. Represents the local direction of left, and the global direction of west.
Public propertyStatic memberNegOne
Deprecated, please use a negative sign with One instead.
Public propertyStatic memberOne
One vector, a vector with all components set to `1`.
Public propertyStatic memberRight
Right unit vector. Represents the local direction of right, and the global direction of east.
Public propertyStatic memberUp
Up unit vector.
Public propertyStatic memberZero
Zero vector, a vector with all components set to `0`.
Top
See Also