Click or drag to resize

Vector2 Fields

The Vector2 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]`.
Top
See Also