You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2023. It is now read-only.
Plague edited this page Oct 10, 2021
·
2 revisions
To Create A Slider In A SubMenu (See "Creating Buttons" On The Right For How To Create SubMenus), Use:
ButtonAPI.CreateSlider(YourParentTransform.transform,delegate(floatv){//Ran When The Slider Is Edited By The User},(float)ButtonAPI.HorizontalPosition.FirstButtonPos,(float)ButtonAPI.VerticalPosition.TopButton,"Test Slider"/*Text Above The Slider*/,15f/*The Initial Value When The Slider Is Created*/,100f/*The Maximum Value The Slider Can Go*/,0f/*The Minimum Value The Slider Can Go*/);