Select your preferred scripting language. All code snippets will be displayed in this language.
interface in UnityEngine.UI
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseInterface for elements that can be clipped if they are under an [[IClipper].
rectTransform | RectTransform of the clippable. |
Cull | Clip and cull the IClippable given the clipRect. |
RecalculateClipping | Called when the state of a parent IClippable changes. |
SetClipRect | Set the clip rect for the IClippable. |