.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.