CCScene Class Reference

#import "CCScene.h"

Inherits CCNode.

Inherited by CCTransitionScene.

Collaboration diagram for CCScene:
[legend]

List of all members.


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 it's 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.


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