IntSlider

Edits a FloatProperty by typing digits into TextArea, via up/down buttons, up/down keys or by scrolling the mouse/trackpad.

The range of values are bounded (min and max).

For more details, see the base classes SliderBase.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var max: Int
Link copied to clipboard
Link copied to clipboard
var min: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var snap: Snap<Int>?

Allows snapping

Link copied to clipboard
var value: Int
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String