Exemplo n.º 1
0
 public static unsafe void StyleColorsLight(Style style)
 {
     ImGuiNative.igStyleColorsLight(style.NativePtr);
 }
Exemplo n.º 2
0
 public static unsafe void StyleColorsClassic(Style style)
 {
     ImGuiNative.igStyleColorsClassic(style.NativePtr);
 }