Namespace UnityEngine.XR.ARKit
Classes
ARKitCameraSubsystem
The camera subsystem implementation for ARKit.
ARKitRaycastSubsystem
ARKit implementation of the XRRaycastSubsystem
. Do not create this directly. Use the SubsystemManager
instead.
ARKitReferencePointSubsystem
The ARKit implementation of the XRReferencePointSubsystem
. Do not create this directly.
Use the SubsystemManager
instead.
ARKitSessionSubsystem
ARKit implementation of the XRSessionSubsystem
. Do not create this directly. Use the SubsystemManager
instead.
ARKitXRDepthSubsystem
The ARKit implementation of the XRDepthSubsystem
. Do not create this directly. Use the SubsystemManager
instead.
ARKitXRPlaneSubsystem
The ARKit implementation of the XRPlaneSubsystem
. Do not create this directly. Use the SubsystemManager
instead.
ARWorldMapRequestStatusExtensions
Extension methods for the ARWorldMapRequestStatus enum.
Structs
ARWorldMap
The space-mapping state and set of planes and reference points from
an AR session. This is a wrapper for
ARKit's ARWorldMap
Note: The ARWorldMap
must be explicitly disposed to avoid leaking native resources.
ARWorldMapRequest
Represents an asynchronous world map request. Use this to determine the status of the request, and get the ARWorldMap once the request is complete.
Enums
ARWorldMappingStatus
Used to determine the suitability of the current session for creating an ARWorldMap. See Apple's documentation for ARWorldMappingStatus for more information.
ARWorldMapRequestStatus
The status of a session serialization request.
See also