Click or drag to resize

Vector3 Fields

The Vector3 type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberOne Returns the vector (1,1,1).
Public fieldStatic memberOneAsString 
Public fieldX The X component of the vector.
Public fieldStatic memberXAxis Returns the vector (1,0,0).
Public fieldY The Y component of the vector.
Public fieldStatic memberYAxis Returns the vector (0,1,0).
Public fieldZ The Z component of the vector.
Public fieldStatic memberZAxis Returns the vector (0,0,1).
Public fieldStatic memberZero Returns the vector (0,0,0).
Public fieldStatic memberZeroAsString 
Top
See Also