
K
Publisher
kameloov
Radial ProgressBar 2D
2D
Progress UI Customizable Control Visual Graphics Interaction GDScript
Radial progress bar with customizable values like radius, thickness , color,....
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
Radial-progress-bar
Radial progress bar is a plugin for Godot game engine, it is simply a control that displays radial progress bar with many options.
Properties:
- max_value : the maximum value default is 100 .
- progress : sets the progress value.
- radius : sets the radius.
- thikness : sets the thickness of the bar.
- bg_color :background color.
- bar_color : bar color.
Methods:
- animate(duration,reverse = false, initial_value = 0) this method animate the progress from initial value to max_value within duration value, set reverse to true to reverse the animation.