C# Class UnityEngine.AddComponentMenu

Inheritance: Attribute, _Attribute
Mostra file Open project: CarlosHBC/UnityDecompiled

Public Methods

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

Method Details

AddComponentMenu() public method

Add an item in the Component menu.

public AddComponentMenu ( string menuName ) : System
menuName string The path to the component.
return System

AddComponentMenu() public method

Add an item in the Component menu.

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