cocos creator menu
path string - add a menu item by path. message string - Ipc message name. command string - A global function in main process (e.g. Editor.log). params array ... ,When Cocos Creator load package's main-menu , it start searching menu item by the menu path we provide. When the target menu item is not found, Cocos Creator will help us create a sub-menu automatically, otherwise it will use the exists menu and inser,About Cocos Creator: Display information about Cocos Creator. Preferences: Open the Setting panel and set the editor's personalization options. Hide Cocos Creator (Shortcut: H ): Hide Cocos Creator window. Hide Others (Shortcut: Shift + H ): Hide all ,Show All mac only Show all hidden windows. Quit (Shortcut: Ctrl/Command + Q ) Exit Cocos Creator Editor. File. Open Project... Close ... ,Main Menu. There is a main menu bar at the top of the editor, which can be used in the extensions. Register. When the extension needs to add a menu, just fill in ... ,A Menu without menu items makes little sense. Cocos2d-x offers a variety of ways to create your menu items including by using a Label object or specifying an ... ,在Cocos2d-x 提供 Menu 对象支持菜单功能, Menu 对象是一种特殊的 Node 对象。 创建一个菜单用于添加菜单项: auto myMenu = Menu::create();. 像我们刚才提 ...
相關軟體 Cocos Creator 資訊 | |
---|---|
Cocos Creator 是一個完整的遊戲開發工具包和工作流程,包括一個遊戲引擎(基於 Cocos2d-x),資源管理,場景編輯,遊戲預覽,調試和發布一個項目到多個平台. 我們首次引入了實體 - 組件結構和數據驅動的工作流程到 Cocos2d- x 系列。使用 JavaScript,您可以立即編寫組件腳本。編輯器和引擎擴展也是使用 JavaScript 編寫的,因此您可以用一種編程語言製作遊戲並... Cocos Creator 軟體介紹
cocos creator menu 相關參考資料
Editor.Menu · Cocos Creator
path string - add a menu item by path. message string - Ipc message name. command string - A global function in main process (e.g. Editor.log). params array ... https://docs.cocos.com Extends Main Menu · Cocos Creator
When Cocos Creator load package's main-menu , it start searching menu item by the menu path we provide. When the target menu item is not found, Cocos Creator will help us create a sub-menu automat... https://docs.cocos.com Main Menu · Cocos Creator - Cocos2d-x
About Cocos Creator: Display information about Cocos Creator. Preferences: Open the Setting panel and set the editor's personalization options. Hide Cocos Creator (Shortcut: H ): Hide Cocos Creato... https://docs.cocos.com Main Menu · cocos-creator-docs - joyhooei
Show All mac only Show all hidden windows. Quit (Shortcut: Ctrl/Command + Q ) Exit Cocos Creator Editor. File. Open Project... Close ... https://joyhooei.gitbooks.io Menu · Cocos Creator
Main Menu. There is a main menu bar at the top of the editor, which can be used in the extensions. Register. When the extension needs to add a menu, just fill in ... https://docs.cocos.com Menu · GitBook - Cocos2d-x v4 Docs
A Menu without menu items makes little sense. Cocos2d-x offers a variety of ways to create your menu items including by using a Label object or specifying an ... https://docs.cocos2d-x.org 菜单(Menu) · GitBook - Cocos Creator - Cocos2d-x
在Cocos2d-x 提供 Menu 对象支持菜单功能, Menu 对象是一种特殊的 Node 对象。 创建一个菜单用于添加菜单项: auto myMenu = Menu::create();. 像我们刚才提 ... https://docs.cocos.com |