LogoPixi’VN
pixi-jsType aliases

Type Alias: SHAPE\_PRIMITIVE

> SHAPE_PRIMITIVE = "polygon" | "rectangle" | "circle" | "ellipse" | "triangle" | "roundedRectangle"

Defined in: node_modules/pixi.js/lib/maths/misc/const.d.ts:27

Constants that identify shapes, mainly to prevent instanceof calls.

Advanced