Version: 2019.2

IClippable

interface in UnityEngine.UI

Switch to Manual

Description

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

Variables

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

Public Functions

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