Méthode | Description | |
---|---|---|
AddComponentMenu ( string menuName ) : System |
Add an item in the Component menu.
|
|
AddComponentMenu ( string menuName, int order ) : System |
Add an item in the Component menu.
|
public AddComponentMenu ( string menuName ) : System | ||
menuName | string | The path to the component. |
Résultat | System |
public AddComponentMenu ( string menuName, int order ) : System | ||
menuName | string | The path to the component. |
order | int | Where in the component menu to add the new item. |
Résultat | System |