TinyTick logoTinyTick

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
TypeDescription
managerManager

A reference to the Manager that is either about to tick or did just tick.

returnsvoid

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