Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SHAPES

Constants that identify shapes, mainly to prevent instanceof calls.

static
memberof

PIXI

property

{number} POLY Polygon

property

{number} RECT Rectangle

property

{number} CIRC Circle

property

{number} ELIP Ellipse

property

{number} RREC Rounded Rectangle

Index

Enumeration members

Enumeration members

CIRC

CIRC: = 2

ELIP

ELIP: = 3

POLY

POLY: = 0

RECT

RECT: = 1

RREC

RREC: = 4

Generated using TypeDoc