Class PZImGui
java.lang.Object
zombie.debug.debugWindows.PZImGui
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final imgui.type.ImBoolean
protected static final imgui.type.ImString
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static boolean
static boolean
static boolean
static <T> boolean
checkbox
(String string, zombie.debug.debugWindows.Wrappers.SupplyConsumer<T, Boolean> supplyConsumer, BiConsumer<T, Boolean> biConsumer, T object) static boolean
checkboxWithDefaultValueHighlight
(String string, Supplier<Boolean> supplier, Consumer<Boolean> consumer, boolean boolean0, int int0) static boolean
collapsingHeader
(String string) static boolean
static float
static float
dragFloat
(String string, float float1, float float2, float float0, Supplier<Float> supplier, Consumer<Float> consumer) static boolean
selectable
(String string, boolean boolean0) static void
sliderDouble
(String string, double double1, double double0, Supplier<Double> supplier, Consumer<Double> consumer) static float
sliderFloat
(String string, float float1, float float2, float float3) static float
sliderFloat
(String string, float float0, float float1, int int0, Supplier<Float> supplier, Consumer<Float> consumer) static float
sliderFloat
(String string, float float0, float float1, Supplier<Float> supplier, Consumer<Float> consumer) static int
static int
sliderInt
(String string, int int0, int int1, Supplier<Integer> supplier, Consumer<Integer> consumer) static <T> int
sliderInt
(String string, int int0, int int1, zombie.debug.debugWindows.Wrappers.SupplyConsumer<T, Integer> supplyConsumer, BiConsumer<T, Integer> biConsumer, T object)
-
Field Details
-
valueBoolean
protected static final imgui.type.ImBoolean valueBoolean -
valueString
protected static final imgui.type.ImString valueString
-
-
Constructor Details
-
PZImGui
public PZImGui()
-
-
Method Details
-
sliderFloat
-
button
-
combo
-
collapsingHeader
-
begin
-
checkboxWithDefaultValueHighlight
-
checkbox
-
sliderInt
-
sliderInt
-
sliderInt
public static <T> int sliderInt(String string, int int0, int int1, zombie.debug.debugWindows.Wrappers.SupplyConsumer<T, Integer> supplyConsumer, BiConsumer<T, Integer> biConsumer, T object) -
sliderFloat
-
sliderFloat
-
sliderDouble
-
dragFloat
-
dragFloat
public static float dragFloat(String string, float float0, float float2, float float3, float float1) -
checkbox
-
checkbox
public static <T> boolean checkbox(String string, zombie.debug.debugWindows.Wrappers.SupplyConsumer<T, Boolean> supplyConsumer, BiConsumer<T, Boolean> biConsumer, T object) -
selectable
-