igGetWindowHeight() private method

private igGetWindowHeight ( ) : float
return float
Exemplo n.º 1
0
 public static float GetWindowHeight()
 {
     return(ImGuiNative.igGetWindowHeight());
 }
Exemplo n.º 2
0
 public static float GetWindowHeight()
 => ImGuiNative.igGetWindowHeight();