GenericMenu.AddItem 添加项目
function AddItem (content : GUIContent, on : boolean, func : MenuFunction) : void
Description描述
Add an item to the menu
添加一个项目到菜单。
参见:GenericMenu.AddDisabledItem, GenericMenu.AddSeparator
• function AddItem (content : GUIContent, on : boolean, func : MenuFunction2, userData : object) : void
Description描述
Add an item to the menu
添加一个项目到菜单。
参见:GenericMenu.AddDisabledItem, GenericMenu.AddSeparator
最后修改:2011年9月26日 Monday 17:35