LogoPixi’VN
pixi-jsEnumerations

Enumeration: UPDATE\_PRIORITY

Defined in: node_modules/pixi.js/lib/ticker/const.d.ts:9

Represents the update priorities used by internal Pixi classes when registered with the Ticker object. Higher priority items are updated first and lower priority items, such as render, should go later.

Standard

Enumeration Members

HIGH

> HIGH: 25

Defined in: node_modules/pixi.js/lib/ticker/const.d.ts:19

High priority updating, used by AnimatedSprite

Default

25

INTERACTION

> INTERACTION: 50

Defined in: node_modules/pixi.js/lib/ticker/const.d.ts:14

Highest priority used for interaction events in EventSystem

Default

50

LOW

> LOW: -25

Defined in: node_modules/pixi.js/lib/ticker/const.d.ts:29

Low priority used for Application rendering.

Default

-25

NORMAL

> NORMAL: 0

Defined in: node_modules/pixi.js/lib/ticker/const.d.ts:24

Default priority for ticker events, see Ticker#add.

Default

0

UTILITY

> UTILITY: -50

Defined in: node_modules/pixi.js/lib/ticker/const.d.ts:34

Lowest priority used for PrepareBase utility.

Default

-50