space_ex v0.3.0 SpaceEx.UI.InputField

An input field.

See SpaceEx.UI.Panel.add_input_field/3.

Link to this section Summary

Functions

Whether the input field has been changed

The rect transform for the input field

Remove the UI object

Whether the input field has been changed

The value of the input field

Whether the UI object is visible

The text component of the input field

The value of the input field

Whether the UI object is visible

Link to this section Functions

Link to this function changed(conn, this)

Whether the input field has been changed.

This property is set to true when the user modifies the value of the input field. A client script should reset the property to false in order to detect subsequent changes.

Link to this function rect_transform(conn, this)

The rect transform for the input field.

Link to this function remove(conn, this)

Remove the UI object.

Link to this function set_changed(conn, this, value)

Whether the input field has been changed.

This property is set to true when the user modifies the value of the input field. A client script should reset the property to false in order to detect subsequent changes.

Link to this function set_value(conn, this, value)

The value of the input field.

Link to this function set_visible(conn, this, value)

Whether the UI object is visible.

Link to this function text(conn, this)

The text component of the input field.

Use SpaceEx.UI.InputField.value/2 to get and set the value in the field. This object can be used to alter the style of the input field's text.

Link to this function value(conn, this)

The value of the input field.

Link to this function visible(conn, this)

Whether the UI object is visible.