![]() |
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCActionCamera.h>
Public Member Functions | |
(void) | - startWithTarget: |
called before the action start. It will also set the target. | |
Protected Attributes | |
float | _centerXOrig |
float | _centerYOrig |
float | _centerZOrig |
float | _eyeXOrig |
float | _eyeYOrig |
float | _eyeZOrig |
float | _upXOrig |
float | _upYOrig |
float | _upZOrig |
Base class for CCCamera actions
- (void) startWithTarget: | (id) | target |
called before the action start. It will also set the target.
Implements CCAction.