igGetWindowHeight() private method

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