INTERNAL_CALL_GetRectFromInstruction() 개인적인 메소드

private INTERNAL_CALL_GetRectFromInstruction ( int instructionIndex, Rect &value ) : void
instructionIndex int
value UnityEngine.Rect
리턴 void
        public static Rect GetRectFromInstruction(int instructionIndex)
        {
            Rect result;

            GUIViewDebuggerHelper.INTERNAL_CALL_GetRectFromInstruction(instructionIndex, out result);
            return(result);
        }