PIXI.DRAW_MODES

DRAW_MODES

Various webgl draw modes. These can be used to specify which GL drawMode to use under certain situations and renderers.

Summary


Properties from DRAW_MODES

Public Properties


LINE_LOOP index.ts:135
static LINE_LOOP: number
LINE_STRIP index.ts:135
static LINE_STRIP: number
LINES index.ts:135
static LINES: number
POINTS index.ts:135
static POINTS: number
TRIANGLE_FAN index.ts:135
static TRIANGLE_FAN: number
TRIANGLE_STRIP index.ts:135
static TRIANGLE_STRIP: number
TRIANGLES index.ts:135
static TRIANGLES: number

Powered by webdoc!