Class ARParticipantsChangedListener
Concrete listener type for the ARParticipantManager
.
Inheritance
ARParticipantsChangedListener
Namespace: UnityEngine.XR.ARFoundation.VisualScripting
Assembly: Unity.XR.ARFoundation.VisualScripting.dll
Syntax
public sealed class ARParticipantsChangedListener : ARTrackableManagerListener<ARParticipantManager, ARParticipant>
Remarks
Unity cannot serialize generic MonoBehaviour types, so we need this file to specify the type parameters.