Table of Contents

Enum Overlay.SortingMode

Namespace
UILib
Assembly
UILib.dll

The sorting modes which can be applied to Overlays.

public enum Overlay.SortingMode

Fields

Default = 0

The default sorting mode. Overlays can be fully controlled by UIRoot. They can freely be placed above/below each other as the user focuses/unfocuses them.

Recede = 1

In this mode, the overlay can only move down the sorting order, it can't be brought above another overlay when the user focuses it.

It will still get brought to the front initially when opened through Show(bool) or ToggleVisibility(), this only disables increasing the sorting order from user interactions.

Static = 2

Tells UIRoot to completely ignore sorting this overlay, letting you set whatever sorting order you want on its Canvas.