PsyTask | API Docs
    Preparing search index...

    Type Alias SceneEventMap

    Lifecycle hooks.

    name trigger timing
    show the scene is shown
    frame on each frame when the scene is shown
    close the scene is closed
    type SceneEventMap = {
        close: undefined;
        frame: number;
        show: undefined;
    }
    Index

    Properties

    Properties

    close: undefined
    frame: number
    show: undefined