Builtin Vector3


A builtin type representing 3D coordinates, either as a point or as a vector.

Member Variables

The x coordinate.


The y coordinate.


The z coordinate.


transient Vector2 xy

The x and y coordinates as a Vector2.

This is not a unique piece of data and "overlaps" with x and y. Modifying this will modify them.