Class SliderInt
Inheritance
SliderInt
Implements
Inherited Members
Namespace: UnityEngine.Experimental.UIElements
Assembly: UnityEngine.dll
Syntax
public class SliderInt : BaseSlider<int>, IEventHandler, ITransform, IUIElementDataWatch, IEnumerable<VisualElement>, IEnumerable, IVisualElementScheduler, IStyle, IBindable, INotifyValueChanged<int>
Constructors
| Improve this Doc View SourceSliderInt()
Declaration
public SliderInt()
SliderInt(Int32, Int32, SliderDirection, Single)
Declaration
public SliderInt(int start, int end, SliderDirection direction = SliderDirection.Horizontal, float pageSize = 0F)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | start | |
| Int32 | end | |
| SliderDirection | direction | |
| Single | pageSize |
Properties
| Improve this Doc View SourcepageSize
Declaration
public override float pageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Single |
Overrides
UnityEngine.Experimental.UIElements.BaseSlider<System.Int32>.pageSize