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

    Interface SceneRenderedEvent

    Fired after the scene has been rendered for the first time and triggers the corresponding XState event.

    interface SceneRenderedEvent {
        type: "SCENE_RENDERED";
    }
    Index
    type: "SCENE_RENDERED"

    Identifies this event type.