igGetWindowContentRegionWidth() private method

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