docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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: Unity.XR.ARSubsystems.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.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)