Enum FaceSubsystemCapabilities
Capabilities of a face subsystem implementation.
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
[Flags]
public enum FaceSubsystemCapabilities
Fields
Name | Description |
---|---|
EyeTracking | The subsystem can supply eye tracking data for a face. |
MeshNormals | The subsystem can supply normals for a face mesh. |
MeshUVs | The subsystem can supply texture coordinates for a face mesh. |
MeshVerticesAndIndices | The subsystem can generate vertices and triangle indices for a mesh that represents a face. |
None | The subsystem has no capabilities |
Pose | The subsystem can produce a |