예제 #1
0
 public static extern void igShowStyleEditor(ref NativeStyle @ref);
 public static extern void igShowStyleEditor(ref NativeStyle @ref);
예제 #3
0
파일: Style.cs 프로젝트: mellinoe/ImGui.NET
 public Style(NativeStyle* style)
 {
     _stylePtr = style;
 }