IClippable

interface in UnityEngine.UI

매뉴얼로 전환

설명

Interface for elements that can be clipped if they are under an [[IClipper].

변수

gameObject GameObject of the IClippable.
rectTransform RectTransform of the clippable.

Public 함수

CullClip and cull the IClippable given the clipRect.
RecalculateClippingCalled when the state of a parent IClippable changes.
SetClipRectSet the clip rect for the IClippable.