Beamable SDK
Public Member Functions | Public Attributes | List of all members
Beamable.Editor.ToolbarExtender.BeamableAssistantMenuItem Class Referenceabstract

Scriptable object that gets loaded from CoreConfiguration.BeamableAssistantMenuItemsPaths when the BeamableToolbarExtender initializes or one of these is re-imported. More...

Inheritance diagram for Beamable.Editor.ToolbarExtender.BeamableAssistantMenuItem:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Editor.ToolbarExtender.BeamableAssistantMenuItem:
Collaboration graph
[legend]

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.
 

Detailed Description

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.

Member Function Documentation

◆ OnItemClicked()

abstract void Beamable.Editor.ToolbarExtender.BeamableAssistantMenuItem.OnItemClicked ( BeamEditorContext  beamableApi)
pure virtual

The documentation for this class was generated from the following file: