docs.unity.cn
    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(Int32, Int32, XRFaceMesh.Attributes, Allocator).

    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    [Flags]
    public enum Attributes

    Fields

    Name Description Value
    None

    No attributes specified.


    0
    Normals

    The face mesh contains normals.


    1
    UVs

    The face mesh contains texture coordinates.


    2
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, May 22, 2023