Revision history of "ImGui.Core:sliderFloat3"

From GiderosMobile

There is no edit history for this page.

This page has been deleted. The deletion, protection, and move log for the page are provided below for reference.

  • 02:32, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:sliderFloat3 (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Displays 3 regular float sliders side by side. <syntaxhighlight lang="lua"> (number), (number), (number), (bool) = ImGui:sliderFloat3(label, value1, value2, value3, [min=0, max=0, formatString="%.3f", ImGuiSliderFlags=0]) </syntaxhighlight> === Parameters === '''label''': (string) the label<br/> '''value1''': (number) the current first value<br/> '''value2''': (number) the c...")