docs.unity.cn
    Show / Hide Table of Contents

    Enum FaceSubsystemCapabilities

    Capabilities of a face subsystem implementation.

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

    Fields

    Name Description Value
    None

    The subsystem has no capabilities

    0
    Pose

    The subsystem can produce a Pose for a face.

    1
    MeshVerticesAndIndices

    The subsystem can generate vertices and triangle indices for a mesh representing a face.

    2
    MeshUVs

    The subsystem can supply texture coordinates for a face mesh.

    4
    MeshNormals

    The subsystem can supply normals for a face mesh.

    8
    EyeTracking

    The subsystem can supply eye tracking data for a face.

    16
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 12 February 2021