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

    Interface OrbitCtrlsEvent

    Fired when an OrbitControls event occurs and triggers the corresponding XState event.

    interface OrbitCtrlsEvent {
        type:
            | "ORBITCTRLS_CHANGED"
            | "ORBITCTRLS_DISABLED"
            | "ORBITCTRLS_ENABLED"
            | "ORBITCTRLS_END"
            | "ORBITCTRLS_START"
            | "ORBITCTRLS_DISPOSED";
    }
    Index
    type:
        | "ORBITCTRLS_CHANGED"
        | "ORBITCTRLS_DISABLED"
        | "ORBITCTRLS_ENABLED"
        | "ORBITCTRLS_END"
        | "ORBITCTRLS_START"
        | "ORBITCTRLS_DISPOSED"

    Identifies this event type.