Search Results for

    Show / Hide Table of Contents

    Struct AbilityTrigger.PredictionSettings

    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    [Serializable]
    [InlineProperty]
    [HideLabel]
    public struct AbilityTrigger.PredictionSettings

    Fields

    acceleration

    Declaration
    [ShowIf("_shouldShowSpeedAccelerationParameters", true)]
    public float acceleration
    Field Value
    Type Description
    float

    Default

    Declaration
    public static readonly AbilityTrigger.PredictionSettings Default
    Field Value
    Type Description
    AbilityTrigger.PredictionSettings

    delay

    Declaration
    [ShowIf("_shouldShowSimpleParameters", true)]
    public float delay
    Field Value
    Type Description
    float

    frontDistance

    Declaration
    [ShowIf("_shouldShowSpeedAccelerationParameters", true)]
    public float frontDistance
    Field Value
    Type Description
    float

    initSpeed

    Declaration
    [ShowIf("_shouldShowSpeedAccelerationParameters", true)]
    public float initSpeed
    Field Value
    Type Description
    float

    targetSpeed

    Declaration
    [ShowIf("_shouldShowSpeedAccelerationParameters", true)]
    public float targetSpeed
    Field Value
    Type Description
    float

    type

    Declaration
    [LabelText("Prediction")]
    public AbilityTrigger.PredictionSettings.ModelType type
    Field Value
    Type Description
    AbilityTrigger.PredictionSettings.ModelType

    useCustomParameters

    Declaration
    [ShowIf("_shouldShowCustomParameters", true)]
    public bool useCustomParameters
    Field Value
    Type Description
    bool
    In This Article
    Back to top Shape of Dreams API Documentation