Execute specified editor menu item when double click this asset. More...
Inherits ScriptableObject.
Public Member Functions | |
| void | Execute () |
| Execute the menu item if set. More... | |
Public Attributes | |
| string | menu = "" |
| The menu item to execute. More... | |
Execute specified editor menu item when double click this asset.
User may need to try manually since not all built-in menus are executable.
| void Execute | ( | ) |
Execute the menu item if set.
| string menu = "" |
The menu item to execute.