© 2025 株式会社Blowfish
典型的な関数に関する覚え書き。 [c] if ( !CCLayer::init() ) { return false; }[…]
RootViewController.mm [c] // Override to allow orientations other than the[…]
一番簡単な、画面遷移(トランジション付き)の方法の覚え書き。 [c] bool ScreenSample::init() { if ( !CCLayer::init() ) {[…]
はじめて知ったこととして、cocos2d-xプロジェクトを新規作成するには、下記コマンドラインから、pythonコマンドで作成するのも良いらしい。 [bash] $ cd /Works/Xcode/cocos2d-x/t […]