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

    Interface ThreeMouseEvent<Value>

    interface ThreeMouseEvent<Value> {
        interactionHandler?: ButtonInteractionHandler<Value>;
        isSelected?: boolean;
        type: keyof ThreeMouseEventMap<Value>;
    }

    Type Parameters

    • Value
    Index

    Properties

    interactionHandler?: ButtonInteractionHandler<Value>
    isSelected?: boolean