pixi.js
    Preparing search index...

    Enumeration UPDATE_PRIORITY

    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.

    Index

    Enumeration Members

    Enumeration Members

    HIGH: 25

    High priority updating, used by AnimatedSprite

    25
    
    INTERACTION: 50

    Highest priority used for interaction events in EventSystem

    50
    
    LOW: -25

    Low priority used for Application rendering.

    -25
    
    NORMAL: 0

    Default priority for ticker events, see Ticker#add.

    0
    
    UTILITY: -50

    Lowest priority used for PrepareBase utility.

    -50