Struct ARPointCloudUpdatedEventArgs
The arguments for the updated event. This is currently empty, but it might change in the future without the need to change the subscribers' method signatures.
Implements
Inherited Members
Namespace: UnityEngine.XR.ARFoundation
Assembly: solution.dll
Syntax
public struct ARPointCloudUpdatedEventArgs : IEquatable<ARPointCloudUpdatedEventArgs>
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(ARPointCloudUpdatedEventArgs) | Tests for equality. |
GetHashCode() | Generates a hash suitable for use with containers like |
Operators
Name | Description |
---|---|
operator ==(ARPointCloudUpdatedEventArgs, ARPointCloudUpdatedEventArgs) | Tests for equality. Same as Equals(ARPointCloudUpdatedEventArgs). |
operator !=(ARPointCloudUpdatedEventArgs, ARPointCloudUpdatedEventArgs) | Tests for inequality. Same as |