Unofficial Cocos2D for iPhone API reference

0.99.5

Introduction

This is an improved but unofficial API Reference for Cocos2D (for iOS) hosted on the Learn & Master Cocos2D website.


The unofficial API reference includes previously undocumented classes such as:

CCDirectorIOS, CCDirectorMac, CCArray, CCLayer, EAGLView, CCKeyboardEventDelegate & CCMouseEventDelegate, CCProfiler, CCScheduler, probably others too ...

Some of these classes are well documented but just not included in the official docs. Few classes like CCProfiler are entirely undocumented but at least you see the methods these classes expose, and that the class exists.

There's also a new Modules Tab to make some documented C code more accessible, like CGPointExtension and CCDrawingPrimitives.


The official cocos2d API reference is here: http://www.cocos2d-iphone.org/api-ref/

The programming guide is hosted here: http://www.cocos2d-iphone.org/wiki/doku.php/prog_guide:index


Disclaimer: Cocos2D is a registered trademark of Ricardo Quesada. This version of the API reference is not endorsed by or affiliated with Ricardo Quesada.

This documentation is created from modified sources of Cocos2D for iOS. It is provided as a service to Cocos2D users, to a) document previously missing classes and generally improve the API reference and b) because cocos2d-iphone.org is occassionally very slow or offline.