UnityEngine.ContextMenu.ContextMenu C# (CSharp) 메소드

ContextMenu() 공개 메소드

Adds the function to the context menu of the component.

public ContextMenu ( string itemName ) : System
itemName string The name of the context menu item.
리턴 System
        public ContextMenu(string itemName) : this(itemName, false)
        {
        }

Same methods

ContextMenu::ContextMenu ( string itemName, bool isValidateFunction ) : System
ContextMenu::ContextMenu ( string itemName, bool isValidateFunction, int priority ) : System
ContextMenu