docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IMRFace

    Provides a template for tracked face data

    Inherited Members
    IMRTrackable.id
    IMRTrackable.pose
    Namespace: Unity.MARS.Data
    Assembly: Unity.MARS.Interfaces.dll
    Syntax
    [MovedFrom("Unity.MARS")]
    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, float>

    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)
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)