cocos2d-iphone  2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
CCScene Class Reference

#import <CCScene.h>

+ Inheritance diagram for CCScene:
+ Collaboration diagram for CCScene:

List of all members.

Public Member Functions

(id) - init

Detailed Description

CCScene is a subclass of CCNode that is used only as an abstract concept.

CCScene an CCNode are almost identical with the difference that CCScene has its anchor point (by default) at the center of the screen.

For the moment CCScene has no other logic than that, but in future releases it might have additional logic.

It is a good practice to use and CCScene as the parent of all your nodes.


Member Function Documentation


The documentation for this class was generated from the following file: