
MenuLib
Easier menu and options adding to BATIMDetails
MenuLib
MenuLib is a C# library designed to simplify the creation of in-game menu plugins for Bendy and the Ink Machine. It provides a straightforward API for adding buttons, toggles, and multi-options to menus, allowing developers to focus on functionality rather than UI implementation details.
Features
- Easy-to-use methods for adding buttons, toggles, and multi-options.
- Predefined menu structures for common use cases.
- Extensible base classes for creating custom menus.
- Lightweight and efficient, minimizing performance impact on the game.
Getting Started
To use MenuLib in your project, follow these steps:
-
Create new bepinex plugin project.
-
Add MenuLib.dll as reference.
-
Import the MenuLib namespace in your plugin code:
using MenuLib; -
Documentation will be added soon. I have no clue how it works either (its not documented yet, i still change the structure of the library for better usability, wait for release 1.0.0).