Property | Type | Description | |
---|---|---|---|
initialCanvas | Canvas |
Method | Description | |
---|---|---|
ExitApplication ( ) : void |
Terminates Unity and returns control to the operating system.
|
|
NavigateAndPopCanvas ( ) : void |
Pops the last menu we were at and navigates to it.
|
|
NavigateAndPushCanvas ( Canvas canvas ) : void |
Navigates to a new canvas and pushes the previous one to the navigation stack.
|
|
Start ( ) : void |
Performs menu system setup.
|
public NavigateAndPushCanvas ( Canvas canvas ) : void | ||
canvas | Canvas | The canvas to navigate to. |
return | void |