Class ARKitCameraSubsystem
The camera subsystem implementation for ARKit.
Namespace: UnityEngine.XR.ARKit
Syntax
public sealed class ARKitCameraSubsystem : XRCameraSubsystem
Methods
CreateProvider()
Create the ARKit camera functionality provider for the camera subsystem.
Declaration
protected override IProvider CreateProvider()
Returns
| Type | Description |
|---|---|
| IProvider | The ARKit camera functionality provider for the camera subsystem. |