Class ARCoreRaycastSubsystem
ARCore implementation of the XRRaycastSubsystem
. Do not create this directly. Use the SubsystemManager
instead.
Inheritance
ARCoreRaycastSubsystem
Inherited Members
Namespace: UnityEngine.XR.ARCore
Syntax
[Preserve]
public sealed class ARCoreRaycastSubsystem : XRRaycastSubsystem
Methods
CreateProvider()
Creates the ARCore-specific implementation which will service the XRRaycastSubsystem
.
Declaration
protected override XRRaycastSubsystem.Provider CreateProvider()
Returns
Type | Description |
---|---|
XRRaycastSubsystem.Provider | A new instance of the |