Class ARCoreFacialExpressionSettings
Inheritance
ARCoreFacialExpressionSettings
Inherited Members
Unity.XRTools.Utils.Internal.ScriptableSettingsBase.GetInstanceByType(System.Type)
Syntax
[ScriptableSettingsPath("Assets/MARS/Settings")]
[MovedFrom("Unity.MARS.Providers")]
public class ARCoreFacialExpressionSettings : ScriptableSettings<ARCoreFacialExpressionSettings>
Constructors
ARCoreFacialExpressionSettings()
Declaration
public ARCoreFacialExpressionSettings()
Properties
eventCooldownInSeconds
Declaration
public float eventCooldownInSeconds { get; set; }
Property Value
expressionChangeSmoothingFilter
Declaration
public float expressionChangeSmoothingFilter { get; set; }
Property Value
expressionDistanceMaximums
Declaration
public float[] expressionDistanceMaximums { get; set; }
Property Value
expressionDistanceMinimums
Declaration
public float[] expressionDistanceMinimums { get; set; }
Property Value
maxHeadAngleX
Declaration
public float maxHeadAngleX { get; set; }
Property Value
maxHeadAngleY
Declaration
public float maxHeadAngleY { get; set; }
Property Value
maxHeadAngleZ
Declaration
public float maxHeadAngleZ { get; set; }
Property Value
thresholds
Declaration
public float[] thresholds { get; set; }
Property Value