LogoPixi’VN
pixi-jsType aliases

Type Alias: CLEAR\_OR\_BOOL

> CLEAR_OR_BOOL = CLEAR | boolean

Defined in: node_modules/pixi.js/lib/rendering/renderers/gl/const.d.ts:29

Used for clearing render textures. true is the same as ALL false is the same as NONE

Advanced