Classes

CCNodeController.h File Reference

#import <UIKit/UIKit.h>
#import "cocos2d.h"

Classes

class  CCNode(ControlledCCNodeProtocol)
 Methods added to the base CCNode to support structural node hierarchies containing controlled nodes. More...
class  CCNodeController
 An instance of CCNodeController manages a single CCNode (typically a CCLayer) as changes occur to the device orientation (portrait, landscape, etc). More...
protocol  <ControlledCCNodeProtocol>
 This protocol adds to a CCNode the ability to be managed by a CCNodeController so that the CCNode can react dynamically to changes in the device orientation (portrait, landscape, etc), as well as to allow the CCNode to act as an overlay for the device camera, permitting "augmented reality" displays. More...

Detailed Description