Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


EditorToolbarSlider

A clickable slider used with EditorToolbarElementAttribute.
Read time 10 minutesLast updated 4 days ago

Definition

public class EditorToolbarSlider : Slider, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, IMixedValueSupport, INotifyValueChanged<float>, IValueField<float>

Remarks

Click and drag to change the slider value, or double-click it to directly edit the float value. You can access additional functionalities in the right-click menu.

Static Fields

Value

Description

ussClassNameUSS Class Name used to style the EditorToolbarSlider.

Constructors

Properties

Property

Description

iconThe icon associated with the slider.
textThe text associated with the slider.

Methods

Method

Description

SetValueWithoutNotifyAllow to set a value without being notified of the change, if any.

Inheritance

Inherited Members