INTERNAL_CALL_Internal_GetWindowRect() private méthode

private INTERNAL_CALL_Internal_GetWindowRect ( int windowID, Rect &value ) : void
windowID int
value Rect
Résultat void
        private static Rect Internal_GetWindowRect(int windowID)
        {
            Rect result;

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