Struct AbilityTrigger.PredictionSettings
Assembly: Dew.Core.dll
Syntax
[Serializable]
[InlineProperty]
[HideLabel]
public struct AbilityTrigger.PredictionSettings
Fields
acceleration
Declaration
[ShowIf("_shouldShowSpeedAccelerationParameters", true)]
public float acceleration
Field Value
Default
Declaration
public static readonly AbilityTrigger.PredictionSettings Default
Field Value
delay
Declaration
[ShowIf("_shouldShowSimpleParameters", true)]
public float delay
Field Value
frontDistance
Declaration
[ShowIf("_shouldShowSpeedAccelerationParameters", true)]
public float frontDistance
Field Value
initSpeed
Declaration
[ShowIf("_shouldShowSpeedAccelerationParameters", true)]
public float initSpeed
Field Value
targetSpeed
Declaration
[ShowIf("_shouldShowSpeedAccelerationParameters", true)]
public float targetSpeed
Field Value
type
Declaration
[LabelText("Prediction")]
public AbilityTrigger.PredictionSettings.ModelType type
Field Value
useCustomParameters
Declaration
[ShowIf("_shouldShowCustomParameters", true)]
public bool useCustomParameters
Field Value