Class ToggleButton3D

Class Hierarchy

Use the Toggle Button 3D node to create a 3D UI control that the user can interact with through clicking, tapping, or pressing a keyboard key, and that has multiple toggle states.

Use a Toggle Button 3D to create buttons with multiple toggle states in 3D space.

Inherits properties and message types from ToggleButton3DMetadata.

Synopsis

Methods
create()

Creates a toggle button node

ToggleButton3D.ToggleButton3D:create(name)

Creates a toggle button node.

Parameters
name (string)

The name of the node.

Return Values
(ToggleButton3D)

The created node.