Package dev.twilite.client.ui.overlay
Class ImGuiOverlay.Panel
java.lang.Object
dev.twilite.client.ui.overlay.ImGuiOverlay.Panel
- Enclosing class:
ImGuiOverlay
-
Method Summary
Modifier and TypeMethodDescriptioncubicBezier(String tab, String key, String label, double x1, double y1, double x2, double y2) voidend()position(OverlayPosition position, int x, int y) position(OverlayPosition position, int x, int y, int stackOffset) style(OverlayPanel panel)
-
Method Details
-
tab
-
position
-
position
-
style
-
text
-
progress
-
button
-
checkbox
-
slider
public ImGuiOverlay.Panel slider(String tab, String key, String label, double value, double min, double max) -
inputText
-
cubicBezier
public ImGuiOverlay.Panel cubicBezier(String tab, String key, String label, double x1, double y1, double x2, double y2) -
end
public void end()
-