コード例 #1
0
        private static Rect ClipToWindow_Rect(Rect absoluteRect)
        {
            Rect result;

            GUIClip.ClipToWindow_Rect_Injected(ref absoluteRect, out result);
            return(result);
        }