The type of value associated with the interactive object
Optional
materialOptional material set for managing visual states (normal, over, down, disable). If not provided, the handler will manage interaction state without visual changes.
The interactive display object to be managed by this handler. Must implement the IClickableObject3D interface.
Configuration parameters for creating a ButtonInteractionHandler instance.
Description
Defines the required and optional parameters needed to initialize a ButtonInteractionHandler. The view parameter establishes the connection between the handler and the display object, while the material parameter provides the visual state representations.