Class XRParticipantSubsystem.Provider
The API this subsystem uses to interact with different provider implementations.
Inherited Members
SubsystemProvider<XRParticipantSubsystem>.TryInitialize()
SubsystemProvider<XRParticipantSubsystem>.Start()
SubsystemProvider<XRParticipantSubsystem>.Stop()
SubsystemProvider<XRParticipantSubsystem>.Destroy()
SubsystemProvider.running
Namespace: UnityEngine.XR.ARSubsystems
Assembly: solution.dll
Syntax
public abstract class XRParticipantSubsystem.Provider : SubsystemProvider<XRParticipantSubsystem>
Methods
Name | Description |
---|---|
GetChanges(XRParticipant, Allocator) | Get the changed participants (added, updated, and removed) since the last call to GetChanges(XRParticipant, Allocator). |