TickListener
The TickListener
type describes a function that is used to listen to the fact that the Manager
is either about to tick or did just tick.
(manager: Manager): void
Type | Description | |
---|---|---|
manager | Manager | A reference to the |
returns | void | This has no return value. |
A TickListener
is provided when using the addWillTickListener
method or the addDidTickListener
method. See those methods for specific examples.
Since
v1.2.0