Struct FaceSubsystemParams | AR Subsystems | 3.1.10
docs.unity3d.com
    Show / Hide Table of Contents

    Struct FaceSubsystemParams

    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public struct FaceSubsystemParams : IEquatable<FaceSubsystemParams>

    Properties

    id

    The string identifier for a specific implementation.

    Declaration
    public string id { get; set; }
    Property Value
    Type Description
    String

    subsystemImplementationType

    The concrete Type which will be instantiated if Create is called on this subsystem descriptor.

    Declaration
    public Type subsystemImplementationType { get; set; }
    Property Value
    Type Description
    Type

    supportsEyeTracking

    Whether the subsystem supports eye tracking for each detected face.

    Declaration
    public bool supportsEyeTracking { get; set; }
    Property Value
    Type Description
    Boolean

    supportsFaceMeshNormals

    Whether the subsystem supports normals for the face mesh.

    Declaration
    public bool supportsFaceMeshNormals { get; set; }
    Property Value
    Type Description
    Boolean

    supportsFaceMeshUVs

    Whether the subsystem supports texture coordinates for the face mesh.

    Declaration
    public bool supportsFaceMeshUVs { get; set; }
    Property Value
    Type Description
    Boolean

    supportsFaceMeshVerticesAndIndices

    Whether the subsystem supports getting vertices and triangle indices describing a face mesh.

    Declaration
    public bool supportsFaceMeshVerticesAndIndices { get; set; }
    Property Value
    Type Description
    Boolean

    supportsFacePose

    Whether the subsystem supports getting a pose for the face.

    Declaration
    public bool supportsFacePose { get; set; }
    Property Value
    Type Description
    Boolean

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    ValueType.Equals(Object)

    Equals(FaceSubsystemParams)

    Declaration
    public bool Equals(FaceSubsystemParams other)
    Parameters
    Type Name Description
    FaceSubsystemParams other
    Returns
    Type Description
    Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    ValueType.GetHashCode()

    Operators

    Equality(FaceSubsystemParams, FaceSubsystemParams)

    Declaration
    public static bool operator ==(FaceSubsystemParams lhs, FaceSubsystemParams rhs)
    Parameters
    Type Name Description
    FaceSubsystemParams lhs
    FaceSubsystemParams rhs
    Returns
    Type Description
    Boolean

    Inequality(FaceSubsystemParams, FaceSubsystemParams)

    Declaration
    public static bool operator !=(FaceSubsystemParams lhs, FaceSubsystemParams rhs)
    Parameters
    Type Name Description
    FaceSubsystemParams lhs
    FaceSubsystemParams rhs
    Returns
    Type Description
    Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023