Enum FaceSubsystemCapabilities
Capabilities of a face subsystem implementation.
Namespace: UnityEngine.XR.ARSubsystems
Syntax
[Flags]
public enum FaceSubsystemCapabilities
Fields
Name | Description | Value |
---|---|---|
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 representing a face. |
|
None | The subsystem has no capabilities |
|
Pose | The subsystem can produce a |