Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

RangeSlider

An asset by BasementSociety
The page banner background of a mountain and forest
RangeSlider thumbnail image
RangeSlider thumbnail image
RangeSlider hero image

Quick Information

0 ratings
RangeSlider icon image
BasementSociety
RangeSlider

An addon that provides two types of range sliders: A horizontal and a vertical one. With this node you are able to define a range inside of given minimum and maximum values. It lets you basically set the begin and end of a range with the mouse as well as moving the whole range up or down.

Supported Engine Version
4.4
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
2 days ago
Git URL
Issue URL

Godot Range Slider

An addon that provides two types of range sliders: A horizontal and a vertical one. With this node you are able to define a range inside of given minimum and maximum values. It lets you basically set the begin and end of a range with the mouse as well as moving the whole range up or down. README Demo

Parameters

README Parameters

Minimum

The minimum value defines the lowest value the range begin can have. It can be negative or positive.

Maximum

The maximum value the range end can have. It can be negative or positive.

Range Begin

The begin of the range. This value can be changes by clicking the corresponding handle of the gadget and dragging it around. It is constrained by the minimum parameter on the lower end and the current value of the Range End value minus the Minimum Range Size on the upper end.

Range End

The end of the range. This value can be changes by clicking the corresponding handle of the gadget and dragging it around. It is constrained by the maximum parameter on the upper end and the current value of the Range Begin value plus the Minimum Range Size on the lower end.

Range Minimum Size

A custom value that defines a minimum size of the range. If you set it to 5 for example, the delta between the Range Begin and the Range End values can not be less than 5. Be cautious with too low values as the begin and end handles tend to overlap then and the node gets uncontrolable.

BG Size

The thickness of the slider and the range marker.

Handle Size

The diameter of the Range Begin and Range End handles.

Colors

The background color, handle color and active handle color, which defines the color the handle and range have, if the mouse is over them or they are currently being dragged, can be defined here.

An addon that provides two types of range sliders: A horizontal and a vertical one. With this node you are able to define a range inside of given minimum and maximum values. It lets you basically set the begin and end of a range with the mouse as well as moving the whole range up or down.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
RangeSlider icon image
BasementSociety
RangeSlider

An addon that provides two types of range sliders: A horizontal and a vertical one. With this node you are able to define a range inside of given minimum and maximum values. It lets you basically set the begin and end of a range with the mouse as well as moving the whole range up or down.

Supported Engine Version
4.4
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
2 days ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers