INTERNAL_CALL_GetRectFromInstruction() private method

private INTERNAL_CALL_GetRectFromInstruction ( int instructionIndex, Rect &value ) : void
instructionIndex int
value UnityEngine.Rect
return void
コード例 #1
0
        public static Rect GetRectFromInstruction(int instructionIndex)
        {
            Rect result;

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