Experimental: this API is experimental and might be changed or removed in the future.

ScrollerConstructor

切换到手册
public Scroller ();
public Scroller (float lowValue, float highValue, Action<float> valueChanged, Experimental.UIElements.SliderDirection direction);

参数

lowValuelowValue 表示的最小值。
highValuehighValue 表示的最大值。
valueChanged值更改时调用的事件方法。
direction滑动条方向。请参阅 SliderDirection

描述

此元素的构造函数。