Interface IMRFace
Provides a template for tracked face data
Namespace: Unity.MARS
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 |