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