INTERNAL_CALL_GetTopRect() private method

private INTERNAL_CALL_GetTopRect ( Rect &value ) : void
value Rect
return void
コード例 #1
0
        internal static Rect GetTopRect()
        {
            Rect result;

            GUIClip.INTERNAL_CALL_GetTopRect(out result);
            return(result);
        }