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

    Interface ButtonInteractionHandlerParameters<Value>

    interface ButtonInteractionHandlerParameters<Value> {
        material?: StateMaterialSet;
        view: ClickableView<Value>;
    }

    Type Parameters

    • Value
    Index

    Properties

    Properties

    material?: StateMaterialSet