sparkle-engine

Interface ITimerEvents

interface ITimerEvents {
    onEnterTree: (() => void);
    onExitTree: (() => void);
    onReady: (() => void);
    timeout(): void;
}

Hierarchy (view full)

Properties

onEnterTree: (() => void)

Type declaration

    • (): void
    • Returns void

onExitTree: (() => void)

Type declaration

    • (): void
    • Returns void

onReady: (() => void)

Type declaration

    • (): void
    • Returns void

Methods