Skip to content

UIDialog.SuppressOverlay Property

Definition

Namespace: Brine2D.UI

When true, the overlay is suppressed during rendering. Set by UICanvas so only the topmost dialog draws the darkening overlay.

C#
internal bool SuppressOverlay { internal get; internal set; }

Property Value

System.Boolean