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.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseInterface for elements that can be clipped if they are under an [[IClipper].
gameObject | GameObject of the IClippable. |
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. |