igGetWindowWidth() private method

private igGetWindowWidth ( ) : float
return float
示例#1
0
 public static float GetWindowWidth()
 {
     return(ImGuiNative.igGetWindowWidth());
 }
示例#2
0
文件: ImGui.cs 项目: se5a/ImGuiCS
 public static float GetWindowWidth()
 => ImGuiNative.igGetWindowWidth();