Class ARFoundationFaceExpression
Inheritance
ARFoundationFaceExpression
Syntax
[MovedFrom("Unity.MARS.Providers")]
public abstract class ARFoundationFaceExpression : IFacialExpression
Constructors
ARFoundationFaceExpression(MRFaceExpression)
Declaration
protected ARFoundationFaceExpression(MRFaceExpression name)
Parameters
Fields
m_Coefficient
Declaration
protected float m_Coefficient
Field Value
m_Engaged
Declaration
Field Value
m_EventCooldownInSeconds
Declaration
protected float m_EventCooldownInSeconds
Field Value
m_LastDisengageEvent
Declaration
protected float m_LastDisengageEvent
Field Value
m_LastEngageEvent
Declaration
protected float m_LastEngageEvent
Field Value
m_Name
Declaration
protected readonly MRFaceExpression m_Name
Field Value
m_PreviousCoefficient
Declaration
protected float m_PreviousCoefficient
Field Value
m_SmoothingFilter
Declaration
protected float m_SmoothingFilter
Field Value
m_Threshold
Declaration
protected float m_Threshold
Field Value
Properties
Coefficient
Declaration
public float Coefficient { get; }
Property Value
Implements
Name
Declaration
public MRFaceExpression Name { get; }
Property Value
Implements
Threshold
Declaration
public float Threshold { get; set; }
Property Value
Implements
Events
Disengaged
Declaration
public event Action<float> Disengaged
Event Type
Implements
Engaged
Declaration
public event Action<float> Engaged
Event Type
Implements