[This is preliminary documentation and is subject to change.]
The Vector2 type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Item | |
![]() ![]() | SizeInBytes |
Gets the size of the Vector2 type, in bytes.
|
![]() ![]() | UnitX |
Gets the X unit Vector2 (1, 0).
|
![]() ![]() | UnitY |
Gets the Y unit Vector2 (0, 1).
|
![]() ![]() | Zero |
Gets a Vector2 with all of its components set to zero.
|
See Also