public static Rect ClipToWindow(Rect absoluteRect) { GUIClip.ClipToWindow_Rect(ref absoluteRect); return(absoluteRect); }
public static Rect ClipToWindow(Rect absoluteRect) { return(GUIClip.ClipToWindow_Rect(absoluteRect)); }