Beamable SDK
|
Scriptable object that gets loaded from CoreConfiguration.BeamableAssistantMenuItemsPaths when the BeamableToolbarExtender initializes or one of these is re-imported. More...
Public Member Functions | |
virtual GUIContent | RenderLabel (BeamEditorContext beamableApi) |
abstract void | OnItemClicked (BeamEditorContext beamableApi) |
Called when the Menu item generated by this BeamableAssistantMenuItem is clicked. More... | |
Public Attributes | |
int | Order |
A sorting value to position this menu item. | |
string | Text |
The text for the menu item. This follows the same rules as UnityEditor.GenericMenu's menu items. | |
Scriptable object that gets loaded from CoreConfiguration.BeamableAssistantMenuItemsPaths when the BeamableToolbarExtender initializes or one of these is re-imported.
These can be used to add items to our Beamable Assistant button that lives in our BeamableToolbarExtender.
|
pure virtual |
Called when the Menu item generated by this BeamableAssistantMenuItem is clicked.
Implemented in Beamable.Editor.ToolbarExtender.BeamableMicroserviceManagerMenuItem, Beamable.Editor.ToolbarExtender.BeamableAssistantMenuItemSeparator, Beamable.Editor.ToolbarExtender.BeamableAssistantWindowMenuItem, Beamable.Editor.ToolbarExtender.BeamableConfigurationManagerMenuItem, Beamable.Editor.ToolbarExtender.BeamableContentManagerMenuItem, Beamable.Editor.ToolbarExtender.BeamableThemeManagerMenuItem, and Beamable.Editor.ToolbarExtender.BeamableToolboxWindowMenuItem.