Skip to content
TypeAliasTypes & Utilities@public

FlxTimerCallback

Callback fired for each completed timer loop.

ts
export type FlxTimerCallback = (timer: FlxTimer) => void

Released under the MIT License.