Class AbilityTrigger.ChangedConfigHandle
Inheritance
object
AbilityTrigger.ChangedConfigHandle
Assembly: Dew.Core.dll
Syntax
public class AbilityTrigger.ChangedConfigHandle
Properties
configIndex
Declaration
public int configIndex { get; }
Property Value
duration
Declaration
public float duration { get; }
Property Value
isActive
Declaration
public bool isActive { get; }
Property Value
previousConfigIndex
Declaration
public int previousConfigIndex { get; }
Property Value
remainingTime
Declaration
public float remainingTime { get; }
Property Value
setFillAmount
Declaration
public bool setFillAmount { get; }
Property Value
Methods
Stop()
Stop this config change. This will not call onExpire!
Declaration