Skip to content

A simple library for create slide bar easily.

Notifications You must be signed in to change notification settings

lodsdev/slidebar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Library slidebar

DX library that allows you to easily create slidebar.

License

This is library free, you can freely use and edit.

About

This is a simple library for create slidebars which allows easy creation of some resources

How to use

You need download the file slidebar.lua and put it in your project, but don't forget to load it in the meta.xml

Functions

Create a new slidebar

slidebar = createSlideBar(x, y, width, height, radiusBorder, minValue, maxValue, circleScale, postGUI)

Preview
Preview

Destroy the slidebar

slidebar:destroy()

Change a property of slide bar

slidebar:setProperty(property, value)

Set a new offset

slidebar:setScrollOffset(value)

Get the scroll input

slidebar:onScroll()

Get the output the scroll input

slidebar:onScrollEnd()

About

A simple library for create slide bar easily.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages