![]() |
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCActionInterval.h>
Public Member Functions | |
(id) | - initWithDuration:skewX:skewY: |
Skews a CCNode object by skewX and skewY degrees
- (id) initWithDuration: | (ccTime) | t | |
skewX: | (float) | sx | |
skewY: | (float) | sy | |
initializes the action with duration, skew X and skew Y
Implements CCSkewTo.