Vec3
Defined in: types.ts:112
A 3D vector. z orders drawing within a layer rather than adding depth: the
renderer is 2D, and a Transform’s z is a sort key.
Properties
Section titled “Properties”x:
number
Defined in: types.ts:113
y:
number
Defined in: types.ts:114
z:
number
Defined in: types.ts:115