Enum XRFaceMesh.Attributes
Attributes associated with the face mesh, such as normals and texture coordinates. Vertex positions and triangle indices are assumed to exist already. These are optional attributes. Used with Resize(int, int, Attributes, Allocator).
Namespace: UnityEngine.XR.ARSubsystems
Assembly: solution.dll
Syntax
[Flags]
public enum XRFaceMesh.Attributes
Fields
Name | Description |
---|---|
None | No attributes specified. |
Normals | The face mesh contains normals. |
UVs | The face mesh contains texture coordinates. |