.CCBI 文件扩展名
CocosBuilder Binary Scene
| 开发者 | Cocos2d |
| 受欢迎程度 |
1.0 | 3 票 |
什么是 CCBI 文件?
A CCBI file is the binary version of a scene created in CocosBuilder. It contains the same data as a .CCB file, saved in a binary format. Developers import CCBI files into their Cocos2d video game development projects.
更多信息
Developers use the Cocos2d framework to create 2D and 3D video games. CocosBuilder is a discontinued visual editor available for macOS; it allows Cocos2d developers to create game scenes. For example, a developer might use CocosBuilder to visually create and edit their game's levels.
Before a developer can include a scene created using CocosBuilder in a game, they must export that scene as a CCBI file. This file is a binary file, which the developer will reference while coding their game in Apple Xcode.
如何打开 CCBI 文件
CCBI files are not meant to be opened. They are meant to be imported into a Cocos2d video game project developed using Apple Xcode.