Click or drag to resize

Vector2 Fields

The Vector2 type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberOne Returns the vector (1,1).
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 fieldStatic memberZero Returns the vector (0,0).
Top
See Also