Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SliderInt

A slider containing Integer discrete values. For more information, refer to UXML element SliderInt.
Read time 10 minutesLast updated an hour ago

Definition

[Icon("UIToolkit/Icons/SliderInt.png")][UxmlElement(libraryPath = "Controls")]public class SliderInt : BaseSlider<int>, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, IMixedValueSupport, INotifyValueChanged<int>, IValueField<int>

Static Fields

Value

Description

inputUssClassNameUSS class name of input elements in elements of this type.
labelUssClassNameUSS class name of labels in elements of this type.
ussClassNameUSS class name of elements of this type.

Constructors

Properties

Property

Description

pageSizeThe value to add or remove to the SliderInt.value when it is clicked.

Inheritance

Inherited Members