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