Legacy Documentation: Version 4.6.2
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

GenericMenu.AddItem

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public function AddItem(content: GUIContent, on: bool, func: MenuFunction): void;
public void AddItem(GUIContent content, bool on, MenuFunction func);
public def AddItem(content as GUIContent, on as bool, func as MenuFunction) as void

Description

Add an item to the menu.

public function AddItem(content: GUIContent, on: bool, func: MenuFunction2, userData: object): void;
public void AddItem(GUIContent content, bool on, MenuFunction2 func, object userData);
public def AddItem(content as GUIContent, on as bool, func as MenuFunction2, userData as object) as void

Description

Add an item to the menu.