-
-
Notifications
You must be signed in to change notification settings - Fork 65
Methods_T_MSCLoader_ModUI
piotrulos edited this page Jun 9, 2025
·
6 revisions
| CreateCanvas | Create Canvas for your UI. |
| CreateMessageBoxBtn(String, Action, Boolean) | Create Message Box Button for ShowCustomMessage(...); |
| CreateMessageBoxBtn(String, Action, Color32, Color32, Boolean) | Create Message Box Button for ShowCustomMessage(...); |
| CreatePopupSetting | Create Popup Setting Window |
| GetCanvas | Get UI canvas Obsolete |
| ParsePopupResponse(T) | Parse popup response by deserializing it. |
| ShowCustomMessage(String, String, MsgBoxBtn[]) | Show Custom message, you can create MessageBox with custom buttons using CreateMessageBoxBtn() first |
| ShowCustomMessage(String, String, MsgBoxBtn[], MsgBoxBtn[]) | Show Custom message, you can create MessageBox with custom buttons using CreateMessageBoxBtn() first |
| ShowMessage(String) | Show Message Box with simple message |
| ShowMessage(String, String) | Show Message Box with simple message |
| ShowYesNoMessage(String, Action) | Show simple question message, and do something when user click yes. |
| ShowYesNoMessage(String, String, Action) | Show simple question message, and do something when user click yes. |
- How to install MSCLoader using MSCLInstaller
- How to install mods
- Official experimental linux support
- Unofficial tutorial for linux (wine/proton)
- Install Visual Studio for MSCLoader
- Install template for Visual Studio
- How to use templates
- Debugging your mods in Visual Studio
- Enable DevMode to help with debugging
- Uploading and creating Self update feature for your mod or reference
- How to create and use Asset Bundles