@masatomakino/threejs-interactive-object
    Preparing search index...

    Variable ThreeMouseEventUtilConst

    ThreeMouseEventUtil: {
        clone: <Value>(e: ThreeMouseEvent<Value>) => ThreeMouseEvent<Value>;
        generate: <Value>(
            type: keyof ThreeMouseEventMap<Value>,
            handlerOrView:
                | undefined
                | ButtonInteractionHandler<Value>
                | IClickableObject3D<Value>,
            pointerId?: number,
        ) => ThreeMouseEvent<Value>;
        getInteractionHandler: <Value>(
            handlerOrView:
                | undefined
                | ButtonInteractionHandler<Value>
                | IClickableObject3D<Value>,
        ) => undefined | ButtonInteractionHandler<Value>;
        getSelection: <Value>(
            interactionHandler: undefined | ButtonInteractionHandler<Value>,
        ) => boolean;
    } = ...

    Type Declaration

    Use named exports directly from "@masatomakino/threejs-interactive-object" instead.