GuiValueBoxFloat abstract method

int GuiValueBoxFloat(
  1. RectangleD bounds,
  2. MemoryPointer<RInt8> text,
  3. MemoryPointer<RInt8> textValue,
  4. MemoryPointer<RFloat32> value,
  5. bool editMode,
)

Value box control for float values

Implementation

int GuiValueBoxFloat(
  RectangleD bounds,
  MemoryPointer<RChar> text,
  MemoryPointer<RChar> textValue,
  MemoryPointer<RFloat> value,
  bool editMode,
);