AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
ApplicationViewManager.cs File Reference

Go to the source code of this file.

Classes

class  HoloToolkit.Unity.ApplicationViewManager
 ApplicationViewManager ( For XAML UWP project) can switch app to Plan View, populate an Application View (New Window of UAP), then navigate the Window root frame to a page. After the page's logic called 'CallbackReturnValue' method, the newly created Application View will be closed, and the system will switch back to your Full3D view. The coroutine which was waiting the callback will get the return value. More...
 

Namespaces

namespace  HoloToolkit.Unity
 

Functions

delegate void HoloToolkit.Unity.ReturnValueCallback< TReturnValue > (TReturnValue returnValue)