Struct ARParticipantsChangedEventArgs
Event arguments for the participantsChanged event.
Implements
Inherited Members
Namespace: UnityEngine.XR.ARFoundation
Assembly: solution.dll
Syntax
public struct ARParticipantsChangedEventArgs : IEquatable<ARParticipantsChangedEventArgs>
Constructors
Name | Description |
---|---|
ARParticipantsChangedEventArgs(List<ARParticipant>, List<ARParticipant>, List<ARParticipant>) | Constructs an ARParticipantsChangedEventArgs. |
Properties
Name | Description |
---|---|
added | The list of ARParticipants added since the last event. |
removed | The list of ARParticipants removed since the last event. |
updated | The list of ARParticipants udpated since the last event. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(ARParticipantsChangedEventArgs) | Tests for equality. |
GetHashCode() | Generates a hash suitable for use with containers like |
ToString() | Generates a string suitable for debugging. The string contains the number of added, updated, and removed participants. |
Operators
Name | Description |
---|---|
operator ==(ARParticipantsChangedEventArgs, ARParticipantsChangedEventArgs) | Tests for equality. Same as Equals(ARParticipantsChangedEventArgs). |
operator !=(ARParticipantsChangedEventArgs, ARParticipantsChangedEventArgs) | Tests for inequality. Same as |