LogoPixi’VN
pixi-jsType aliases

Type Alias: CULL\_MODES

> CULL_MODES = "none" | "back" | "front"

Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/state/const.d.ts:35

The culling mode to use. It can be either none, front or back.

Advanced