Uses of Class
dev.twilite.client.ui.overlay.ImGuiOverlay.Panel
Packages that use ImGuiOverlay.Panel
-
Uses of ImGuiOverlay.Panel in dev.twilite.client.ui.overlay
Methods in dev.twilite.client.ui.overlay that return ImGuiOverlay.PanelModifier and TypeMethodDescriptionImGuiOverlay.Panel.cubicBezier(String tab, String key, String label, double x1, double y1, double x2, double y2) ImGuiOverlay.Panel.position(OverlayPosition position, int x, int y) ImGuiOverlay.Panel.position(OverlayPosition position, int x, int y, int stackOffset) ImGuiOverlay.Panel.slider(String tab, String key, String label, double value, double min, double max) ImGuiOverlay.Panel.style(OverlayPanel panel) Methods in dev.twilite.client.ui.overlay with parameters of type ImGuiOverlay.PanelModifier and TypeMethodDescriptionvoidImGuiOverlayRenderer.buildImGuiOverlay(ImGuiOverlay.Panel panel) Adds rows and widgets to the native ImGui panel.Method parameters in dev.twilite.client.ui.overlay with type arguments of type ImGuiOverlay.PanelModifier and TypeMethodDescriptionvoidImGuiOverlay.panel(String title, Consumer<ImGuiOverlay.Panel> builder)