Struct ARPlanesChangedEventArgs
Event arguments for the planes
Implements
Inherited Members
Namespace: UnityEngine .XR.ARFoundation
Assembly: solution.dll
Syntax
public struct ARPlanesChangedEventArgs : IEquatable<ARPlanesChangedEventArgs>
Constructors
Name | Description |
---|---|
ARPlanes |
Constructs an ARPlanes |
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(ARPlanes |
Tests for equality. |
Get |
Generates a hash suitable for use with containers like |
To |
Generates a string representation of this ARPlanes |
Operators
Name | Description |
---|---|
operator ==(ARPlanes |
Tests for equality. Same as Equals(ARPlanes |
operator !=(ARPlanes |
Tests for inequality. Same as |