AutoRangeContinuous#

AutoRangeContinuous#

Constructor#

AutoRangeContinuous(start, stop, step)

A continuous reference range that was auto-generated for a slider dimension which had no explicit RangeContinuous.

Properties#

AutoRangeContinuous.size

the size of the reference range

AutoRangeContinuous.start

get or set the start boundary of the reference range

AutoRangeContinuous.step

get or set the step size of the range, only used for UI elements

AutoRangeContinuous.stop

get or set the stop boundary of the reference range

AutoRangeContinuous.throttle

get or set the minimum time in seconds between slider-drag renders

Methods#