Interface IMaskable
This element is capable of being masked out.
Namespace: UnityEngine.UI
Assembly: UnityEngine.UI.dll
Syntax
public interface IMaskable
Methods
RecalculateMasking()
Recalculate masking for this element and all children elements.
Declaration
void RecalculateMasking()
Remarks
Use this to update the internal state (recreate materials etc).