如视 Five SDK
    Preparing search index...
    type Object3DHelperPluginEventMap = {
        disable: (options?: { userAction?: boolean }) => void;
        dispose: () => void;
        enable: (options?: { userAction?: boolean }) => void;
        hide: (options?: { userAction?: boolean }) => void;
        show: (options?: { userAction?: boolean }) => void;
        stateChange: (
            params: {
                prevState?: Object3DHelperPluginState;
                state: Object3DHelperPluginState;
            },
        ) => void;
    }
    Index

    Properties

    disable: (options?: { userAction?: boolean }) => void
    dispose: () => void
    enable: (options?: { userAction?: boolean }) => void
    hide: (options?: { userAction?: boolean }) => void
    show: (options?: { userAction?: boolean }) => void
    stateChange: (
        params: {
            prevState?: Object3DHelperPluginState;
            state: Object3DHelperPluginState;
        },
    ) => void