跳转到内容

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