Beamable SDK
|
Menu Item that opens the BeamableAssistantWindow when clicked. More...
Public Member Functions | |
override GUIContent | RenderLabel (BeamEditorContext beamableApi) |
override async void | OnItemClicked (BeamEditorContext beamableApi) |
Called when the Menu item generated by this BeamableAssistantMenuItem is clicked. More... | |
Additional Inherited Members | |
Public Attributes inherited from Beamable.Editor.ToolbarExtender.BeamableAssistantMenuItem | |
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. | |
Menu Item that opens the BeamableAssistantWindow when clicked.
|
inlinevirtual |
Called when the Menu item generated by this BeamableAssistantMenuItem is clicked.
Implements Beamable.Editor.ToolbarExtender.BeamableAssistantMenuItem.
|
inlinevirtual |
Reimplemented from Beamable.Editor.ToolbarExtender.BeamableAssistantMenuItem.