Illutions Engine API - v0.26.0
    Preparing search index...

    Interface SceneReadyEvent

    Fired when the scene is set up and ready and triggers the corresponding XState event.

    interface SceneReadyEvent {
        type: "SCENE_READY";
    }
    Index
    type: "SCENE_READY"

    Identifies this event type.