Class ARCoreLoader
Manages the lifecycle of ARCore subsystems.
Inherited Members
Namespace: UnityEngine.XR.ARCore
Syntax
public class ARCoreLoader : XRLoaderHelper
Properties
anchorSubsystem
The XRAnchorSubsystem
whose lifecycle is managed by this loader.
Declaration
public XRAnchorSubsystem anchorSubsystem { get; }
Property Value
Type | Description |
---|---|
XRAnchorSubsystem |
cameraSubsystem
The XRCameraSubsystem
whose lifecycle is managed by this loader.
Declaration
public XRCameraSubsystem cameraSubsystem { get; }
Property Value
Type | Description |
---|---|
XRCameraSubsystem |
depthSubsystem
The XRDepthSubsystem
whose lifecycle is managed by this loader.
Declaration
public XRDepthSubsystem depthSubsystem { get; }
Property Value
Type | Description |
---|---|
XRDepthSubsystem |
environmentProbeSubsystem
The XREnvironmentProbeSubsystem
whose lifecycle is managed by this loader.
Declaration
public XREnvironmentProbeSubsystem environmentProbeSubsystem { get; }
Property Value
Type | Description |
---|---|
XREnvironmentProbeSubsystem |
faceSubsystem
The XRFaceSubsystem
whose lifecycle is managed by this loader.
Declaration
public XRFaceSubsystem faceSubsystem { get; }
Property Value
Type | Description |
---|---|
XRFaceSubsystem |
imageTrackingSubsystem
The XRImageTrackingSubsystem
whose lifecycle is managed by this loader.
Declaration
public XRImageTrackingSubsystem imageTrackingSubsystem { get; }
Property Value
Type | Description |
---|---|
XRImageTrackingSubsystem |
inputSubsystem
The XRInputSubsystem
whose lifecycle is managed by this loader.
Declaration
public XRInputSubsystem inputSubsystem { get; }
Property Value
Type | Description |
---|---|
XRInputSubsystem |
occlusionSubsystem
The XROcclusionSubsystem
whose lifecycle is managed by this loader.
Declaration
public XROcclusionSubsystem occlusionSubsystem { get; }
Property Value
Type | Description |
---|---|
XROcclusionSubsystem |
planeSubsystem
The XRPlaneSubsystem
whose lifecycle is managed by this loader.
Declaration
public XRPlaneSubsystem planeSubsystem { get; }
Property Value
Type | Description |
---|---|
XRPlaneSubsystem |
raycastSubsystem
The XRRaycastSubsystem
whose lifecycle is managed by this loader.
Declaration
public XRRaycastSubsystem raycastSubsystem { get; }
Property Value
Type | Description |
---|---|
XRRaycastSubsystem |
sessionSubsystem
The XRSessionSubsystem
whose lifecycle is managed by this loader.
Declaration
public XRSessionSubsystem sessionSubsystem { get; }
Property Value
Type | Description |
---|---|
XRSessionSubsystem |
Methods
Deinitialize()
Destroys each subsystem.
Declaration
public override bool Deinitialize()
Returns
Type | Description |
---|---|
Boolean | Always returns |
Overrides
Initialize()
Initializes the loader.
Declaration
public override bool Initialize()
Returns
Type | Description |
---|---|
Boolean |
|
Overrides
Start()
Starts all subsystems.
Declaration
public override bool Start()
Returns
Type | Description |
---|---|
Boolean |
|
Overrides
Stop()
Stops all subsystems.
Declaration
public override bool Stop()
Returns
Type | Description |
---|---|
Boolean |
|