igPopStyleVar() private method

private igPopStyleVar ( int count ) : void
count int
return void
Beispiel #1
0
 public static void PopStyleVar(int count) => ImGuiNative.igPopStyleVar(count);
Beispiel #2
0
 public static void PopStyleVar() => ImGuiNative.igPopStyleVar(1);