Struct ARParticipantsChangedEventArgs
Event arguments for the participants
Implements
Inherited Members
Namespace: UnityEngine .XR.ARFoundation
Assembly: solution.dll
Syntax
public struct ARParticipantsChangedEventArgs : IEquatable<ARParticipantsChangedEventArgs>
Constructors
Name | Description |
---|---|
ARParticipants |
Constructs an ARParticipants |
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(ARParticipants |
Tests for equality. |
Get |
Generates a hash suitable for use with containers like |
To |
Generates a string suitable for debugging. The string contains the number of added, updated, and removed participants. |
Operators
Name | Description |
---|---|
operator ==(ARParticipants |
Tests for equality. Same as Equals(ARParticipants |
operator !=(ARParticipants |
Tests for inequality. Same as |