|
Default AR App
Documentation for the Default AR App project found at https://github.com/ingratexr/unity-ar-boilerplate
|
Class that sits at the root of the scene's UI tree and controls which submenu is visible when the main (ie non-AR) UI is visible. More...
Public Member Functions | |
| void | PickAMenu (string _menu) |
| Use a string to select a menu to open. More... | |
| void | OpenMainMenu () |
| Open the main menu and close other UI. More... | |
| void | OpenAboutMenu () |
| Open the info menu and close other UI. More... | |
| void | ForceUpdate (string _reason, string _url, bool _allowSkip) |
| Initialize force update UI with correct url and message to user. More... | |
Class that sits at the root of the scene's UI tree and controls which submenu is visible when the main (ie non-AR) UI is visible.
| void MainUI.ForceUpdate | ( | string | _reason, |
| string | _url, | ||
| bool | _allowSkip | ||
| ) |
Initialize force update UI with correct url and message to user.
Open force update UI and close other UI.
| _reason | |
| _url |
| void MainUI.OpenAboutMenu | ( | ) |
Open the info menu and close other UI.
| void MainUI.OpenMainMenu | ( | ) |
Open the main menu and close other UI.
| void MainUI.PickAMenu | ( | string | _menu | ) |
Use a string to select a menu to open.
| _menu | The menu to open. |