PIXI.TickerListener

private class TickerListener

Internal class for handling the priority sorting of ticker handlers.

Constructor


private new PIXI.TickerListener(fn: TickerCallback<T>, context: T, priority: number, once: boolean) → {}

Constructor

Parameters:
Name Type Default Description
fn TickerCallback<T>

The listener function to be added for one update

context T undefined

The listener context

priority number 0

The priority for emitting

once boolean false

If the handler should fire once

Summary


Properties from TickerListener

PIXI.TickerListener
next = undefined

The next item in chain.

PIXI.TickerListener
previous = undefined

The previous item in chain.

number
priority

The current priority.

Public Properties


priority TickerListener.ts:11
priority: number

The current priority.


Powered by webdoc!