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

    Type Alias ClickableView<Value>

    ClickableView:
        | ClickableMesh<Value>
        | ClickableSprite<Value>
        | ClickableGroup<Value>

    Union type representing all interactive display objects that can be managed by ButtonInteractionHandler.

    Type Parameters

    • Value

      The type of value associated with the interactive object

    This type alias encompasses all Three.js display object types that can be made interactive through the ButtonInteractionHandler system. Each type supports the same interaction events and state management, providing a unified interface regardless of the underlying display object.