PIXI.SHAPES

SHAPES

Constants that identify shapes, mainly to prevent instanceof calls.

Summary


Properties from SHAPES

number
static CIRC
number
static ELIP
number
static POLY
number
static RECT
number
static RREC

Public Properties


CIRC const.ts:25
static CIRC: number

Circle

ELIP const.ts:25
static ELIP: number

Ellipse

POLY const.ts:25
static POLY: number

Polygon

RECT const.ts:25
static RECT: number

Rectangle

RREC const.ts:25
static RREC: number

Rounded Rectangle


Powered by webdoc!