Class TextBox3D

Class Hierarchy

TextBox3D provides the required overrides to handle 3D rendering and gesture handling for the 3D text input.

See also
Since Kanzi 3.9.0

Use a Text Box 3D node to add single-line text input in 3D space.

Inherits properties and message types from TextBox3DMetadata.

Synopsis

Methods
create()

Creates a TextBox3D node

TextBox3D.TextBox3D:create(name)

Creates a TextBox3D node.

Parameters
name (string)

The name of the node.

Return Values
(TextBox3D)

The created node.