Constructors
Accessors
uniforms
- get uniforms(): { [name: string]: IUniform }
Returns { [name: string]: IUniform }
scene
- get scene(): Scene
Returns Scene
Methods
setUniforms
- setUniforms(tex: Texture, pixelRatio: number, xywh: XYWH): void
Parameters
- tex: Texture
- pixelRatio: number
- xywh: XYWH
Returns void