class 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.
CloseMask related utility class.
This class provides masking-specific utility functions.
FindRootSortOverrideCanvas | Find a root Canvas. |
GetRectMaskForClippable | Find the correct RectMask2D for a given IClippable. |
GetRectMasksForClip | Search for all RectMask2D that apply to the given RectMask2D (includes self). |
GetStencilDepth | Find the stencil depth for a given element. |
IsDescendantOrSelf | Helper function to determine if the child is a descendant of father or is father. |
Notify2DMaskStateChanged | Notify all IClippables under the given component that they need to recalculate clipping. |
NotifyStencilStateChanged | Notify all IMaskable under the given component that they need to recalculate masking. |