Inherits from CCActionInterval : CCFiniteTimeAction : CCAction : NSObject
Conforms to NSCopying
Declared in CCActionInterval.h

Overview

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

Tasks

Class Methods

actionWithDuration:skewX:skewY:

creates the action

+ (id)actionWithDuration:(ccTime)t skewX:(float)sx skewY:(float)sy

Declared In

CCActionInterval.h

Instance Methods

initWithDuration:skewX:skewY:

initializes the action with duration, skew X and skew Y

- (id)initWithDuration:(ccTime)t skewX:(float)sx skewY:(float)sy

Declared In

CCActionInterval.h