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