Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AbstractProgressBar

Abstract base class for the ProgressBar.
Read time 6 minutesLast updated 2 days ago

Definition

public abstract class AbstractProgressBar : BindableElement, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IBindable, INotifyValueChanged<float>

Static Fields

Value

Description

backgroundUssClassNameUSS Class Name used to style the background of the ProgressBar.
containerUssClassNameUSS Class Name used to style the container of the ProgressBar.
progressUssClassNameUSS Class Name used to style the progress bar of the ProgressBar.
titleContainerUssClassNameUSS Class Name used to style the container of the title of the ProgressBar.
titleUssClassNameUSS Class Name used to style the title of the ProgressBar.
ussClassNameUSS Class Name used to style the ProgressBar.

Properties

Property

Description

highValueSets the maximum value of the ProgressBar.
lowValueSets the minimum value of the ProgressBar.
titleSets the title of the ProgressBar that displays in the center of the control.
valueSets the progress value. If the value has changed, dispatches an ChangeEvent<T> of type float.

Methods

Method

Description

SetValueWithoutNotifySets the progress value.

Inheritance

Inherited Members