Class XRFaceSubsystemDescriptor
The descriptor of the XRFace
Inheritance
Implements
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
public class XRFaceSubsystemDescriptor : SubsystemDescriptorWithProvider<XRFaceSubsystem, XRFaceSubsystem.Provider>, ISubsystemDescriptor
Remarks
Use the Create
factory method along with Face
Properties
Name | Description |
---|---|
supports |
Whether the subsystem supports eye tracking for each detected face. |
supports |
Whether the subsystem supports normals for each face mesh. |
supports |
Whether the subsystem supports texture coordinates for each face mesh. |
supports |
Whether the subsystem supports face meshes and can produce vertices and triangle indices that represent a face mesh. |
supports |
Whether the subsystem can produce a |
Methods
Name | Description |
---|---|
Create(Face |
Creates a subsystem descriptor. Used to register an implementation of the XRFace |