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 InputField In A SubMenu (See "Creating Buttons" On The Right For How To Create SubMenus), Use:
ButtonAPI.CreateInputField("Enter Text Here..",ButtonAPI.VerticalPosition.BelowBottomButton,YourTransformToBeTheParent.transform,delegate(stringtext){//Ran When Text Is Changed},delegate(){//Ran When Enter Is Pressed},delegate(){//Ran When The QuickMenu Is Closed, Or The SubMenu Is Changed Via A Button});