Clipping.FindCullAndClipWorldRect

매뉴얼로 전환
public static Rect FindCullAndClipWorldRect (List<RectMask2D> rectMaskParents, out bool validRect);

파라미터

rectMaskParentsRectMasks to build the overlap rect from.
validRectWas there a valid Rect found.

반환

Rect The compound Rect.

설명

Find the Rect to use for clipping.

Given the input RectMask2ds find a rectangle that is the overlap of all the inputs.