Default AR App
Documentation for the Default AR App project found at https://github.com/ingratexr/unity-ar-boilerplate
AboutMenu Class Reference

Class that handles navigation for Info Menu. More...

Inheritance diagram for AboutMenu:

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...
 

Detailed Description

Class that handles navigation for Info Menu.

Member Function Documentation

◆ OpenIngrateInfo()

void AboutMenu.OpenIngrateInfo ( )

Open the Ingrate Info url in browser.

◆ OpenPrivacyPolicy()

void AboutMenu.OpenPrivacyPolicy ( )

Open the privacy policy url in browser.

◆ OpenTermsConditions()

void AboutMenu.OpenTermsConditions ( )

Open the terms and conditions url in browser.

◆ SetIngrateInfoUrl()

void AboutMenu.SetIngrateInfoUrl ( string  _url)

Set the Ingrate info url.

Parameters
_urlIngrate info url to use.

◆ SetPrivacyUrl()

void AboutMenu.SetPrivacyUrl ( string  _url)

Set the privacy policy url.

Parameters
_urlPrivacy policy url to use

◆ SetTermsConditionsUrl()

void AboutMenu.SetTermsConditionsUrl ( string  _url)

Set the terms and conditions url.

Parameters
_urlTerms and conditions url to use.

The documentation for this class was generated from the following file: