Struct FaceSubsystemParams
This struct is an initializer for the creation of a XRFace
Implements
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct FaceSubsystemParams : IEquatable<FaceSubsystemParams>
Remarks
During InitializeOnLoad
, the Face Tracking data provider should create a descriptor using
the parameters here to specify which of the XRFaceSubsystem features it supports.
Properties
Name | Description |
---|---|
id | The string identifier for a specific implementation. |
provider |
Specifies the provider implementation type to use for instantiation. |
subsystem |
The concrete |
subsystem |
Specifies the |
supports |
Whether the subsystem supports eye tracking for each detected face. |
supports |
Whether the subsystem supports normals for the face mesh. |
supports |
Whether the subsystem supports texture coordinates for the face mesh. |
supports |
Whether the subsystem supports getting vertices and triangle indices describing a face mesh. |
supports |
Whether the subsystem supports getting a pose for the face. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(Face |
Tests for equality. |
Get |
Generates a hash suitable for use with containers like |
Operators
Name | Description |
---|---|
operator ==(Face |
Tests for equality. Same as Equals(Face |
operator !=(Face |
Tests for inequality. Same as |