docs.unity.cn
    Show / Hide Table of Contents

    Class ARCoreFacialExpressionSettings

    Inheritance
    Object
    ScriptableSettingsBase
    ScriptableSettingsBase<ARCoreFacialExpressionSettings>
    ScriptableSettings<ARCoreFacialExpressionSettings>
    ARCoreFacialExpressionSettings
    Inherited Members
    ScriptableSettings<ARCoreFacialExpressionSettings>.instance
    ScriptableSettingsBase<ARCoreFacialExpressionSettings>.k_HasCustomPath
    ScriptableSettingsBase<ARCoreFacialExpressionSettings>.s_Instance
    ScriptableSettingsBase<ARCoreFacialExpressionSettings>.Save(String)
    ScriptableSettingsBase<ARCoreFacialExpressionSettings>.GetFilePath()
    ScriptableSettingsBase.k_PathExceptionMessage
    Unity.XRTools.Utils.Internal.ScriptableSettingsBase.GetInstanceByType(System.Type)
    ScriptableSettingsBase.OnLoaded()
    Namespace: Unity.MARS.Data.ARFoundation
    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
    Type Description
    Single

    expressionChangeSmoothingFilter

    Declaration
    public float expressionChangeSmoothingFilter { get; set; }
    Property Value
    Type Description
    Single

    expressionDistanceMaximums

    Declaration
    public float[] expressionDistanceMaximums { get; set; }
    Property Value
    Type Description
    Single[]

    expressionDistanceMinimums

    Declaration
    public float[] expressionDistanceMinimums { get; set; }
    Property Value
    Type Description
    Single[]

    maxHeadAngleX

    Declaration
    public float maxHeadAngleX { get; set; }
    Property Value
    Type Description
    Single

    maxHeadAngleY

    Declaration
    public float maxHeadAngleY { get; set; }
    Property Value
    Type Description
    Single

    maxHeadAngleZ

    Declaration
    public float maxHeadAngleZ { get; set; }
    Property Value
    Type Description
    Single

    thresholds

    Declaration
    public float[] thresholds { get; set; }
    Property Value
    Type Description
    Single[]
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, October 13, 2022
    Terms of use