UnityEngine.AddComponentMenu.AddComponentMenu C# (CSharp) Method

AddComponentMenu() public method

Add an item in the Component menu.

public AddComponentMenu ( string menuName ) : System
menuName string The path to the component.
return System
        public AddComponentMenu(string menuName)
        {
            this.m_AddComponentMenu = menuName;
            this.m_Ordering = 0;
        }

Same methods

AddComponentMenu::AddComponentMenu ( string menuName, int order ) : System
AddComponentMenu