Search Results for

    Show / Hide Table of Contents

    Class AbilityTrigger.ChangedConfigHandle

    Inheritance
    object
    AbilityTrigger.ChangedConfigHandle
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class AbilityTrigger.ChangedConfigHandle

    Properties

    configIndex

    Declaration
    public int configIndex { get; }
    Property Value
    Type Description
    int

    duration

    Declaration
    public float duration { get; }
    Property Value
    Type Description
    float

    isActive

    Declaration
    public bool isActive { get; }
    Property Value
    Type Description
    bool

    previousConfigIndex

    Declaration
    public int previousConfigIndex { get; }
    Property Value
    Type Description
    int

    remainingTime

    Declaration
    public float remainingTime { get; }
    Property Value
    Type Description
    float

    setFillAmount

    Declaration
    public bool setFillAmount { get; }
    Property Value
    Type Description
    bool

    Methods

    Stop()

    Stop this config change. This will not call onExpire!

    Declaration
    public void Stop()
    In This Article
    Back to top Shape of Dreams API Documentation