Click or drag to resize

ProgressBar Class

A progress bar element.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          RavingBots.MagicGestures.UI.ElementsUiElement
            RavingBots.MagicGestures.UI.ElementsProgressBar

Namespace:  RavingBots.MagicGestures.UI.Elements
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class ProgressBar : UiElement

The ProgressBar type exposes the following members.

Constructors
  NameDescription
Public methodProgressBar
Initializes a new instance of the ProgressBar class
Top
Properties
  NameDescription
Public propertyProgress
The current progress.
Top
Methods
  NameDescription
Protected methodAwake
Set the initial state.
Private methodSetProgress
Called when the progress changes.
Top
Fields
  NameDescription
Private field_progress
The current progress.
Protected fieldScaled
The scaled transform of the bar.
Top
See Also