Search
Try Notion
⌛⌛
Progress Bar
Get Started
Slider Progress Bar
The public properties and methods of SliderProgressBar.cs are as follows
Properties
Search
Name
Type
Description
float
The value used to reach the max/min value of the progress bar.
ValueType
Set the value to be presented as Percentage or Value.
float
The current progress value.
float
The rounded percentage value.
float
The rounded value.
Count5
How to set the max/min value of the Slider Progress Bar?
You can assign the max, min value, and whole number in the Slider component under ProgressBar GameObject.
Public Methods
Search
Name
Description
Increase the value of the process using the step value until reach the max value of the progress bar.
Decrease the value of the process using the step value until reach the min value of the progress bar.
Count2
Circular Progress Bar
Properties
Search
Name
Type
Description
float
The value used to reach the max/min value of the progress bar.
float
The current fill amount.
Count2
Public Methods
Search
Name
Description
Increase the value of the process using the step value until reach the max value of the progress bar.
Decrease the value of the process using the step value until reach the min value of the progress bar.
Count2