igGetWindowHeight() private method

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