cocos2d-iphone  1.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 it's 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


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