|
Default AR App
Documentation for the Default AR App project found at https://github.com/ingratexr/unity-ar-boilerplate
|
Class that handles navigation for Info Menu. More...
Public Member Functions | |
| void | SetPrivacyUrl (string _url) |
| Set the privacy policy url. More... | |
| void | SetIngrateInfoUrl (string _url) |
| Set the Ingrate info url. More... | |
| void | SetTermsConditionsUrl (string _url) |
| Set the terms and conditions url. More... | |
| void | OpenPrivacyPolicy () |
| Open the privacy policy url in browser. More... | |
| void | OpenIngrateInfo () |
| Open the Ingrate Info url in browser. More... | |
| void | OpenTermsConditions () |
| Open the terms and conditions url in browser. More... | |
Class that handles navigation for Info Menu.
| void AboutMenu.OpenIngrateInfo | ( | ) |
Open the Ingrate Info url in browser.
| void AboutMenu.OpenPrivacyPolicy | ( | ) |
Open the privacy policy url in browser.
| void AboutMenu.OpenTermsConditions | ( | ) |
Open the terms and conditions url in browser.
| void AboutMenu.SetIngrateInfoUrl | ( | string | _url | ) |
Set the Ingrate info url.
| _url | Ingrate info url to use. |
| void AboutMenu.SetPrivacyUrl | ( | string | _url | ) |
Set the privacy policy url.
| _url | Privacy policy url to use |
| void AboutMenu.SetTermsConditionsUrl | ( | string | _url | ) |
Set the terms and conditions url.
| _url | Terms and conditions url to use. |