docs.unity3d.com
    Show / Hide Table of Contents

    Class StandaloneLoader

    Inheritance
    Object
    XRLoader
    XRLoaderHelper
    StandaloneLoader
    Inherited Members
    XRLoaderHelper.m_SubsystemInstanceMap
    XRLoaderHelper.GetLoadedSubsystem<T>()
    XRLoaderHelper.StartSubsystem<T>()
    XRLoaderHelper.StopSubsystem<T>()
    XRLoaderHelper.DestroySubsystem<T>()
    XRLoaderHelper.CreateSubsystem<TDescriptor, TSubsystem>(List<TDescriptor>, String)
    XRLoaderHelper.CreateIntegratedSubsystem<TDescriptor, TSubsystem>(List<TDescriptor>, String)
    XRLoaderHelper.CreateStandaloneSubsystem<TDescriptor, TSubsystem>(List<TDescriptor>, String)
    XRLoader.GetSupportedGraphicsDeviceTypes(Boolean)
    Namespace: UnityEngine.XR.Management.Tests.Standalone
    Syntax
    public class StandaloneLoader : XRLoaderHelper

    Properties

    deInitialized

    Declaration
    public bool deInitialized { get; protected set; }
    Property Value
    Type Description
    Boolean

    standaloneSubsystem

    Declaration
    public StandaloneSubsystem standaloneSubsystem { get; }
    Property Value
    Type Description
    StandaloneSubsystem

    started

    Declaration
    public bool started { get; protected set; }
    Property Value
    Type Description
    Boolean

    stopped

    Declaration
    public bool stopped { get; protected set; }
    Property Value
    Type Description
    Boolean

    Methods

    Deinitialize()

    Declaration
    public override bool Deinitialize()
    Returns
    Type Description
    Boolean
    Overrides
    XRLoaderHelper.Deinitialize()

    Initialize()

    Declaration
    public override bool Initialize()
    Returns
    Type Description
    Boolean
    Overrides
    XRLoader.Initialize()

    Start()

    Declaration
    public override bool Start()
    Returns
    Type Description
    Boolean
    Overrides
    XRLoader.Start()

    Stop()

    Declaration
    public override bool Stop()
    Returns
    Type Description
    Boolean
    Overrides
    XRLoader.Stop()
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023