Skip to content

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.

x: number

Defined in: types.ts:113


y: number

Defined in: types.ts:114


z: number

Defined in: types.ts:115