Vector3 Fields |
The Vector3 type exposes the following members.
Name | Description | |
---|---|---|
x |
The vector's X component. Also accessible by using the index position `[0]`.
| |
y |
The vector's Y component. Also accessible by using the index position `[1]`.
| |
z |
The vector's Z component. Also accessible by using the index position `[2]`.
|