INTERNAL_CALL_Internal_GetWindowRect() private method

private INTERNAL_CALL_Internal_GetWindowRect ( int windowID, Rect &value ) : void
windowID int
value Rect
return void
Exemplo n.º 1
0
        private static Rect Internal_GetWindowRect(int windowID)
        {
            Rect result;

            GUILayoutUtility.INTERNAL_CALL_Internal_GetWindowRect(windowID, out result);
            return(result);
        }