Search Results for

    Show / Hide Table of Contents

    Class ProgressBarCondition

    Changes the visual appearance of the progress bar or starts the pulsing animation effect when the progress bar value reaches a certain percentage.

    Inheritance
    object
    ProgressBarCondition
    Namespace: TetraCreations.ProgressBarSystem
    Assembly: cs.temp.dll.dll
    Syntax
    public class ProgressBarCondition : ScriptableObject

    Fields

    BackgroundColor

    Declaration
    public Color BackgroundColor
    Field Value
    Type Description
    Color

    BordersColor

    Declaration
    public Color BordersColor
    Field Value
    Type Description
    Color

    ChangeBackgroundColor

    Declaration
    public bool ChangeBackgroundColor
    Field Value
    Type Description
    bool

    ChangeBordersColor

    Declaration
    public bool ChangeBordersColor
    Field Value
    Type Description
    bool

    ChangeDecreaseSegmentColor

    Declaration
    public bool ChangeDecreaseSegmentColor
    Field Value
    Type Description
    bool

    ChangeFillSegmentColor

    Declaration
    public bool ChangeFillSegmentColor
    Field Value
    Type Description
    bool

    ChangeIncreaseSegmentColor

    Declaration
    public bool ChangeIncreaseSegmentColor
    Field Value
    Type Description
    bool

    ChangeIndicatorColor

    Declaration
    public bool ChangeIndicatorColor
    Field Value
    Type Description
    bool

    DecreaseSegmentColor

    Declaration
    public Color DecreaseSegmentColor
    Field Value
    Type Description
    Color

    FillSegmentColor

    Declaration
    public Color FillSegmentColor
    Field Value
    Type Description
    Color

    IncreaseSegmentColor

    Declaration
    public Color IncreaseSegmentColor
    Field Value
    Type Description
    Color

    IndicatorColor

    Declaration
    public Color IndicatorColor
    Field Value
    Type Description
    Color

    Pulse

    Declaration
    public bool Pulse
    Field Value
    Type Description
    bool

    Properties

    FloatValueCondition

    Declaration
    public FloatValueCondition FloatValueCondition { get; protected set; }
    Property Value
    Type Description
    FloatValueCondition

    Methods

    ApplyChanges(ProgressBar)

    Declaration
    public virtual void ApplyChanges(ProgressBar progressBar)
    Parameters
    Type Name Description
    ProgressBar progressBar

    IsMet(float)

    Declaration
    public bool IsMet(float value)
    Parameters
    Type Name Description
    float value
    Returns
    Type Description
    bool

    RevertChanges(ProgressBar)

    Declaration
    public virtual void RevertChanges(ProgressBar progressBar)
    Parameters
    Type Name Description
    ProgressBar progressBar
    In This Article
    Back to top Tetra Creations documentation