Class Button3D

Class Hierarchy

Use the Button 3D node to create a 3D UI control that the user can interact with through clicking, tapping, or pressing a key.

Use a Button 3D to create buttons in 3D space.

Inherits properties and message types from Button3DMetadata.

Synopsis

Methods
create()

Creates a Button node

Button3D.Button3D:create(name)

Creates a Button node.

Parameters
name (string)

The name of the node.

Return Values
(Button3D)

The created node.