Loom Engine - v3.1.1
    Preparing search index...

    Interface SceneConfig

    interface SceneConfig {
        onEnter?: (params?: unknown) => void | Promise<void>;
        onExit?: () => void | Promise<void>;
        onUpdate?: (dtMs: number) => void;
    }
    Index

    Properties

    onEnter?: (params?: unknown) => void | Promise<void>
    onExit?: () => void | Promise<void>
    onUpdate?: (dtMs: number) => void