Wanzyee Studio

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...
 

Detailed Description

Execute specified editor menu item when double click this asset.

User may need to try manually since not all built-in menus are executable.

Member Function Documentation

void Execute ( )

Execute the menu item if set.

Member Data Documentation

string menu = ""

The menu item to execute.