Show in Contents
Add to Favorites
Home: The Mudbox SDK Programmer's Guide
Application-Level Functionality
Application-Level Functionality
Logging and Debugging Functions
The Mudbox SDK Programmer's Guide
>
Application-Level Functionality
>
Menu Customization
Using the following functions from the
Kernel
class it is possible to add new menu items:
Kernel::AddClassMenuItem()
- Adds a new submenu to the interface that can be used to create and edit instances of a class you define in your plug-in.
Kernel::AddCallbackMenuItem()
- Adds a new menu item that calls a callback function you specify in your plug-in.