igGetWindowHeight() private method

private igGetWindowHeight ( ) : float
return float
コード例 #1
0
 public static float GetWindowHeight()
 {
     return(ImGuiNative.igGetWindowHeight());
 }
コード例 #2
0
ファイル: ImGui.cs プロジェクト: se5a/ImGuiCS
 public static float GetWindowHeight()
 => ImGuiNative.igGetWindowHeight();