Enum Tutorial.ExitBehavior
The supported exit behavior types.
Namespace: Unity.InteractiveTutorials
Syntax
public enum ExitBehavior
Fields
Name | Description | Value |
---|---|---|
ShowHomeWindow | Show "home window", i.e. Unity Hub. |
0 |
CloseWindow | Exit the tutorial, despite its name, this does not close the window. |
1 |