コード例 #1
0
ファイル: ImGuiNative.cs プロジェクト: mellinoe/ImGui.NET
 public static extern void igShowStyleEditor(ref NativeStyle @ref);
コード例 #2
0
 public static extern void igShowStyleEditor(ref NativeStyle @ref);
コード例 #3
0
ファイル: Style.cs プロジェクト: mellinoe/ImGui.NET
 public Style(NativeStyle* style)
 {
     _stylePtr = style;
 }