GuiValueBoxFloat method

int GuiValueBoxFloat(
  1. RectangleC bounds,
  2. Pointer<Char> text,
  3. Pointer<Char> textValue,
  4. Pointer<Float> value,
  5. bool editMode,
)

Value box control for float values

Implementation

int GuiValueBoxFloat(RectangleC bounds, Pointer<Char> text, Pointer<Char> textValue, Pointer<Float> value, bool editMode)
  => _GuiValueBoxFloat(bounds, text, textValue, value, editMode);