cocos2d-iphone  2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
CCSkewTo Class Reference

#import <CCActionInterval.h>

+ Inheritance diagram for CCSkewTo:
+ Collaboration diagram for CCSkewTo:

List of all members.

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

Detailed Description

Skews a CCNode object to given angles by modifying its skewX and skewY attributes

Since:
v1.0

Member Function Documentation

+ (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.


The documentation for this class was generated from the following file: