Class ARKitRaycastSubsystem
ARKit implementation of the XRRaycastSubsystem
. Do not create this directly. Use the SubsystemManager
instead.
Inheritance
Inherited Members
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 |