Class ARKitRaycastSubsystem
ARKit implementation of the XRRaycastSubsystem
. Do not create this directly. Use the SubsystemManager
instead.
Inheritance
UnityEngine.XR.ARSubsystems.TrackingSubsystem<XRRaycast, XRRaycastSubsystem, XRRaycastSubsystemDescriptor, XRRaycastSubsystem.Provider>
ARKitRaycastSubsystem
Inherited Members
UnityEngine.XR.ARSubsystems.TrackingSubsystem<UnityEngine.XR.ARSubsystems.XRRaycast, UnityEngine.XR.ARSubsystems.XRRaycastSubsystem, UnityEngine.XR.ARSubsystems.XRRaycastSubsystemDescriptor, UnityEngine.XR.ARSubsystems.XRRaycastSubsystem.Provider>.GetChanges(Unity.Collections.Allocator)
Namespace: UnityEngine.XR.ARKit
Syntax
[Preserve]
public sealed class ARKitRaycastSubsystem : XRRaycastSubsystem
Methods
CreateProvider()
Creates the ARKit-specific implementation which will service the XRRaycastSubsystem
.
Declaration
protected override XRRaycastSubsystem.Provider CreateProvider()
Returns
Type | Description |
---|---|
XRRaycastSubsystem.Provider | A new instance of the |