Constructors
constructor
- new TickerListener(fn: function, context?: any, priority?: number, once?: boolean): TickerListener
-
Parameters
-
fn: function
-
- (deltaTime: number): void
-
Optional context: any
-
Optional priority: number
-
Optional once: boolean
Properties
Protected _destroyed
_destroyed: boolean
context
context: any
fn
fn: function
Type declaration
-
- (deltaTime: number): void
next
once
once: boolean
previous
priority
priority: number
Methods
connect
-
Parameters
Returns void
destroy
- destroy(hard?: boolean): void
-
Parameters
Returns void
emit
-
Parameters
match
- match(fn: function, context?: any): boolean
-
Parameters
-
fn: function
-
- (deltaTime: number): void
-
Optional context: any
Returns boolean