Class LaunchUri
Namespace: Microsoft.MixedReality.Toolkit.Examples.Demos
Assembly: cs.temp.dll.dll
Syntax
public class LaunchUri : MonoBehaviour
Methods
Launch(String)
Launch a UWP slate app. In most cases, your experience can continue running while the launched app renders on top.
Declaration
public void Launch(string uri)
Parameters
Type | Name | Description |
---|---|---|
String | uri | Url of the web page or app to launch. See https://docs.microsoft.com/windows/uwp/launch-resume/launch-default-app for more information about the protocols that can be used when launching apps. |