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 |
---|---|
ARFace |
Constructor invoked by the ARFace |
Properties
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(ARFace |
Tests for equality. |
Get |
Generates a hash suitable for use with containers like |
Operators
Name | Description |
---|---|
operator ==(ARFace |
Tests for equality. Same as Equals(ARFace |
operator !=(ARFace |
Tests for inequality. Same as |