UnityEngine.AddComponentMenu.AddComponentMenu C# (CSharp) Method

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
        public AddComponentMenu(string menuName, int order)
        {
            this.m_AddComponentMenu = menuName;
            this.m_Ordering = order;
        }

Same methods

AddComponentMenu::AddComponentMenu ( string menuName ) : System
AddComponentMenu