Struct ARFaceUpdatedEventArgs
Holds data relevant to the updated event.
Implements
Inherited Members
Namespace: UnityEngine.XR.ARFoundation
Assembly: solution.dll
Syntax
public struct ARFaceUpdatedEventArgs : IEquatable<ARFaceUpdatedEventArgs>
Constructors
Name | Description |
---|---|
ARFaceUpdatedEventArgs(ARFace) | Constructor invoked by the ARFaceManager which triggered the event. |
Properties
Name | Description |
---|---|
face | The ARFace component that was updated. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(ARFaceUpdatedEventArgs) | Tests for equality. |
GetHashCode() | Generates a hash suitable for use with containers like |
Operators
Name | Description |
---|---|
operator ==(ARFaceUpdatedEventArgs, ARFaceUpdatedEventArgs) | Tests for equality. Same as Equals(ARFaceUpdatedEventArgs). |
operator !=(ARFaceUpdatedEventArgs, ARFaceUpdatedEventArgs) | Tests for inequality. Same as |