名前 | 解説 | |
---|---|---|
One | A Vector3with all of its components set to one. | |
SizeInBytes | The size of the Vector3type, in bytes. | |
UnitX | The X unit Vector3(1, 0, 0). | |
UnitY | The Y unit Vector3(0, 1, 0). | |
UnitZ | The Z unit Vector3(0, 0, 1). | |
X | The X component of the vector. | |
Y | The Y component of the vector. | |
Z | The Z component of the vector. | |
Zero | A Vector3with all of its components set to zero. |