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