docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ARCoreLoader

    Manages the lifecycle of ARCore subsystems.

    Inheritance
    object
    XRLoader
    XRLoaderHelper
    ARCoreLoader
    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)
    XRLoaderHelper.WasAssignedToBuildTarget(BuildTargetGroup)
    XRLoaderHelper.WasUnassignedFromBuildTarget(BuildTargetGroup)
    XRLoader.GetSupportedGraphicsDeviceTypes(bool)
    Namespace: UnityEngine.XR.ARCore
    Assembly: solution.dll
    Syntax
    public class ARCoreLoader : XRLoaderHelper

    Properties

    Name Description
    anchorSubsystem

    The XRAnchorSubsystem whose lifecycle is managed by this loader.

    cameraSubsystem

    The XRCameraSubsystem whose lifecycle is managed by this loader.

    depthSubsystem

    The XRDepthSubsystem whose lifecycle is managed by this loader. This field is obsolete. Use pointCloudSubsystem instead.

    environmentProbeSubsystem

    The XREnvironmentProbeSubsystem whose lifecycle is managed by this loader.

    faceSubsystem

    The XRFaceSubsystem whose lifecycle is managed by this loader.

    imageTrackingSubsystem

    The XRImageTrackingSubsystem whose lifecycle is managed by this loader.

    inputSubsystem

    The XRInputSubsystem whose lifecycle is managed by this loader.

    occlusionSubsystem

    The XROcclusionSubsystem whose lifecycle is managed by this loader.

    planeSubsystem

    The XRPlaneSubsystem whose lifecycle is managed by this loader.

    pointCloudSubsystem

    The XRPointCloudSubsystem whose lifecycle is managed by this loader.

    raycastSubsystem

    The XRRaycastSubsystem whose lifecycle is managed by this loader.

    sessionSubsystem

    The XRSessionSubsystem whose lifecycle is managed by this loader.

    Methods

    Name Description
    Deinitialize()

    Destroys each subsystem.

    Initialize()

    Initializes the loader.

    Start()

    Starts all subsystems.

    Stop()

    Stops all subsystems.

    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023