isMask
Is the UIRenderer a mask component.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.UIModule
public bool isMask { get; set; }
Remarks
If the UI renderer is configured to be a masking component then children components will only render if they intersect the mask area created by this pass.