docs.unity.cn
    Show / Hide Table of Contents

    Enum FaceSubsystemCapabilities

    Capabilities of a face subsystem implementation.

    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public enum FaceSubsystemCapabilities : int

    Fields

    Name Description Value
    MeshNormals

    The subsystem can supply normals for a face mesh.

    MeshUVs

    The subsystem can supply texture coordinates for a face mesh.

    MeshVerticesAndIndices

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

    None

    The subsystem has no capabilities

    Pose

    The subsystem can produce a Pose for a face.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, January 7, 2022
    Terms of use