igGetWindowContentRegionWidth() private method

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