igPopStyleVar() 개인적인 메소드

private igPopStyleVar ( int count ) : void
count int
리턴 void
예제 #1
0
 public static void PopStyleVar(int count) => ImGuiNative.igPopStyleVar(count);
예제 #2
0
 public static void PopStyleVar() => ImGuiNative.igPopStyleVar(1);