Show / Hide Table of Contents

    Class LaunchUri

    Inheritance
    Object
    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/en-us/windows/uwp/launch-resume/launch-default-app for more information about the protocols that can be used when launching apps.

    Back to top Generated by DocFX