docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Property requestedMaximumFaceCount

    requestedMaximumFaceCount

    Get or set the maximum number of faces to track simultaneously.

    Declaration
    public int requestedMaximumFaceCount { get; set; }
    Property Value
    Type Description
    int
    Exceptions
    Type Condition
    ArgumentOutOfRangeException

    Thrown if the requested maximum face count is less than one. To stop face tracking, call Stop().

    NotSupportedException

    Thrown if the requested maximum face count is greater than one but the subsystem does not support tracking multiple faces.

    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023