Module GUIEditable

Creates GUI Editable panels

Usage:

    local Editable = NGUI.Editable
    

Functions

Editable:EditPanel (text, acceptFunc) Creates editable panel
Editable:NumPanel (text, acceptFunc) Creates editable number panel
Editable:NumSlider (text, min, max, decimal) Creates editable slider panel


Functions

Editable:EditPanel (text, acceptFunc)
Creates editable panel

Parameters:

  • text string Placeholder text
  • acceptFunc function OnEnterPressed function
Editable:NumPanel (text, acceptFunc)
Creates editable number panel

Parameters:

  • text
  • acceptFunc

See also:

Editable:NumSlider (text, min, max, decimal)
Creates editable slider panel

Parameters:

  • text
  • min
  • max
  • decimal

See also:

generated by LDoc 1.5.0 Last updated 2024-04-15 17:47:35