Enum PopupToStrategy
Strategy for popping up to a destination.
Namespace: Unity.AppUI.Navigation
Assembly: Unity.AppUI.Navigation.dll
Syntax
public enum PopupToStrategy
Fields
Name | Description |
---|---|
CurrentStartDestination | The back stack will be popped up to the current graph's start destination. |
None | The back stack will not be popped. |
SpecificRoute | The back stack will be popped up to the destination with the given ID. |