Click or drag to resize

Vector3 Fields

The Vector3 type exposes the following members.

Fields
  NameDescription
Public fieldx
The vector's X component. Also accessible by using the index position `[0]`.
Public fieldy
The vector's Y component. Also accessible by using the index position `[1]`.
Public fieldz
The vector's Z component. Also accessible by using the index position `[2]`.
Top
See Also