Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


isMask

Is the UIRenderer a mask component.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.UIModule
Warning
Deprecated. isMask is no longer supported.See EnableClipping for vertex clipping configuration
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.