Class ARKitParticipantSubsystem
ARKit implementation of the XRParticipantSubsystem
. Do not create this using new
. Instead, use the
SubsystemManager
to enumerate the available UnityEngine.XR.ARSubsystems.XRParticipantSubsystemDescriptors and get or create an instance from the descriptor.
Inheritance
SubsystemWithProvider<XRParticipantSubsystem, XRParticipantSubsystemDescriptor, XRParticipantSubsystem.Provider>
TrackingSubsystem<XRParticipant, XRParticipantSubsystem, XRParticipantSubsystemDescriptor, XRParticipantSubsystem.Provider>
XRParticipantSubsystem
ARKitParticipantSubsystem
Implements
Inherited Members
SubsystemWithProvider<XRParticipantSubsystem, XRParticipantSubsystemDescriptor, XRParticipantSubsystem.Provider>.subsystemDescriptor
Namespace: UnityEngine.XR.ARKit
Assembly: Unity.XR.ARKit.dll
Syntax
[Preserve]
public sealed class ARKitParticipantSubsystem : XRParticipantSubsystem, ISubsystem