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