docs.unity3d.com
    Show / Hide Table of Contents

    Interface IMRFace

    Provides a template for tracked face data

    Inherited Members
    IMRTrackable.id
    IMRTrackable.pose
    Namespace: Unity.MARS.Data
    Syntax
    public interface IMRFace : IMRTrackable

    Properties

    Expressions

    0-1 coefficients representing the display of available facial expressions

    Declaration
    Dictionary<MRFaceExpression, float> Expressions { get; }
    Property Value
    Type Description
    Dictionary<MRFaceExpression, Single>

    LandmarkPoses

    World poses of available face landmarks

    Declaration
    Dictionary<MRFaceLandmark, Pose> LandmarkPoses { get; }
    Property Value
    Type Description
    Dictionary<MRFaceLandmark, Pose>

    Mesh

    A mesh for this face, if one exists

    Declaration
    Mesh Mesh { get; }
    Property Value
    Type Description
    Mesh

    Extension Methods

    MRFaceExtensions.GetBounds(IMRFace)
    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