|
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCActionInterval.h>
Inheritance diagram for CCSkewTo:
Collaboration diagram for CCSkewTo:Public Member Functions | |
| (id) | - initWithDuration:skewX:skewY: |
Static Public Member Functions | |
| (id) | + actionWithDuration:skewX:skewY: |
Protected Attributes | |
| float | _skewX |
| float | _skewY |
| float | _startSkewX |
| float | _startSkewY |
| float | _endSkewX |
| float | _endSkewY |
| float | _deltaX |
| float | _deltaY |
Skews a CCNode object to given angles by modifying its skewX and skewY attributes
| + (id) actionWithDuration: | (ccTime) | t | |
| skewX: | (float) | sx | |
| skewY: | (float) | sy | |
creates the action
| - (id) initWithDuration: | (ccTime) | t | |
| skewX: | (float) | sx | |
| skewY: | (float) | sy | |
initializes the action with duration, skew X and skew Y
Implemented in CCSkewBy.