![]() |
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCDirectorIOS.h>
Public Member Functions | |
(void) | - drawScene |
Protected Attributes | |
BOOL | _isContentScaleSupported |
CCTouchDispatcher * | _touchDispatcher |
CCDirectorIOS: Base class of iOS directors
- (void) drawScene |
Draw the scene. This method is called every frame. Don't call it manually.
Implements CCDirector.