java.lang.Object
net.botwithus.rs3.imgui.BGList
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
DrawLine
(float start_x, float start_y, float end_x, float end_y, float width, int color) static void
DrawRect
(float start_x, float start_y, float end_x, float end_y, int color, float rounding, int flags, float thinkness) static void
DrawRectFilled
(float start_x, float start_y, float end_x, float end_y, float rounding, int flags, float thinkness, int[] colors)
-
Method Details
-
DrawLine
public static void DrawLine(float start_x, float start_y, float end_x, float end_y, float width, int color) -
DrawRect
public static void DrawRect(float start_x, float start_y, float end_x, float end_y, int color, float rounding, int flags, float thinkness) -
DrawRectFilled
public static void DrawRectFilled(float start_x, float start_y, float end_x, float end_y, float rounding, int flags, float thinkness, int[] colors)
-