Vector3 Properties |
The Vector3 type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Back |
Back unit vector. Represents the local direction of back,
and the global direction of south.
|
![]() ![]() | Down |
Down unit vector.
|
![]() ![]() | Forward |
Forward unit vector. Represents the local direction of forward,
and the global direction of north.
|
![]() ![]() | Inf |
Infinity vector, a vector with all components set to `Mathf.Inf`.
|
![]() | Item |
Access vector components using their index.
|
![]() ![]() | Left |
Left unit vector. Represents the local direction of left,
and the global direction of west.
|
![]() ![]() | NegOne |
Deprecated, please use a negative sign with One instead.
|
![]() ![]() | One |
One vector, a vector with all components set to `1`.
|
![]() ![]() | Right |
Right unit vector. Represents the local direction of right,
and the global direction of east.
|
![]() ![]() | Up |
Up unit vector.
|
![]() ![]() | Zero |
Zero vector, a vector with all components set to `0`.
|