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

    Interface ModelLoadingEvent

    Fired while model assets are loading and triggers the corresponding XState event.

    interface ModelLoadingEvent {
        loading: number;
        type: "MODEL_LOADING";
    }
    Index
    loading: number

    Loading progress in percent (0-100).

    type: "MODEL_LOADING"

    Identifies this event type.