Class TextBox2D

Class Hierarchy

TextBox2D provides the required overrides to handle 2D rendering and gesture handling for the 2D text input.

See also
Since Kanzi 3.9.0

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

Inherits properties and message types from TextBox2DMetadata.

Synopsis

Methods
create()

Creates a TextBox2D node

TextBox2D.TextBox2D:create(name)

Creates a TextBox2D node.

Parameters
name (string)

The name of the node.

Return Values
(TextBox2D)

The created node.