sparkle-engine

Interface IContainerEvent

interface IContainerEvent {
    onEnterTree: (() => void);
    onExitTree: (() => void);
    onReady: (() => 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