跳转到内容

DrawFrameInfo

此内容尚不支持你的语言。

Defined in: render/customDraw.ts:9

The camera facts used by the draw pass invoking a callback.

readonly height: number

Defined in: render/customDraw.ts:14


readonly viewProjection: Float32Array

Defined in: render/customDraw.ts:11

Canonical view-projection matrix for this render pass. Valid for the callback.


readonly width: number

Defined in: render/customDraw.ts:13

Framebuffer viewport dimensions used by Draw.begin.