Enum FaceSubsystemCapabilities
Capabilities of a face subsystem implementation.
Namespace: UnityEngine.XR.ARSubsystems
Syntax
[Flags]
public enum FaceSubsystemCapabilities
Fields
Name | Description | Value |
---|---|---|
None | The subsystem has no capabilities |
0 |
Pose | The subsystem can produce a |
1 |
MeshVerticesAndIndices | The subsystem can generate vertices and triangle indices for a mesh representing a face. |
2 |
MeshUVs | The subsystem can supply texture coordinates for a face mesh. |
4 |
MeshNormals | The subsystem can supply normals for a face mesh. |
8 |
EyeTracking | The subsystem can supply eye tracking data for a face. |
16 |