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
Description
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.
Union type representing all interactive display objects that can be managed by ButtonInteractionHandler.