docs.unity3d.com
    Show / Hide Table of Contents

    Class OpenXRLoaderBase

    Base abstract class to hold common loader code.

    Inheritance
    Object
    OpenXRLoaderBase
    OpenXRLoader
    OpenXRLoaderNoPreInit
    Namespace: UnityEngine.XR.OpenXR
    Syntax
    public class OpenXRLoaderBase : XRLoaderHelper

    Methods

    Deinitialize()

    See XRLoader.DeInitialize

    Declaration
    public override bool Deinitialize()
    Returns
    Type Description
    Boolean

    True if deinitialized, false otherwise.

    Initialize()

    See XRLoader.Initialize

    Declaration
    public override bool Initialize()
    Returns
    Type Description
    Boolean

    True if initialized, false otherwise.

    Start()

    See XRLoader.Start

    Declaration
    public override bool Start()
    Returns
    Type Description
    Boolean

    True if started, false otherwise.

    Stop()

    See XRLoader.Stop

    Declaration
    public override bool Stop()
    Returns
    Type Description
    Boolean

    True if stopped, false otherwise.

    Back to top
    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