Class ARKitParticipantSubsystem
ARKit implementation of the XRParticipantSubsystem
. Do not create this using new
. Instead, use the
SubsystemManager
to enumerate the available XRParticipantSubsystemDescriptors and get or create an instance from the descriptor.
Inheritance
UnityEngine.XR.ARSubsystems.TrackingSubsystem<XRParticipant, XRParticipantSubsystem, XRParticipantSubsystemDescriptor, XRParticipantSubsystem.Provider>
ARKitParticipantSubsystem
Inherited Members
UnityEngine.XR.ARSubsystems.TrackingSubsystem<UnityEngine.XR.ARSubsystems.XRParticipant, UnityEngine.XR.ARSubsystems.XRParticipantSubsystem, UnityEngine.XR.ARSubsystems.XRParticipantSubsystemDescriptor, UnityEngine.XR.ARSubsystems.XRParticipantSubsystem.Provider>.GetChanges(Unity.Collections.Allocator)
Namespace: UnityEngine.XR.ARKit
Syntax
[Preserve]
public sealed class ARKitParticipantSubsystem : XRParticipantSubsystem
Methods
CreateProvider()
Creates the ARKit-specific implementation which will service the XRParticipantSubsystem
.
Declaration
protected override XRParticipantSubsystem.Provider CreateProvider()
Returns
Type | Description |
---|---|
XRParticipantSubsystem.Provider | A new instance of the |