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