I am trying to make a plugin, and I need to add a Item/function to the selection context menu (when you right click a selected instance in the explorer:
I took a look into CreatePluginMenu, but in the API Reference, it just says how to create those menus, and also does not show how to open them when you right click a instance in explorer. I need to know, if doing that is possible, if so how?
To my knowledge, this function does not add to the current Studio context menus, it creates a new context menu for exclusive use with your own plugins.
You’d bind the ShowAsync method to a MouseButton2Click event in your own plugins.
See the context menu of the official animation editor plugin for an example.