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

Overview

Base class for Easing actions with rate parameters

Tasks

Properties

rate

rate value for the actions

@property (nonatomic, readwrite, assign) float rate

Declared In

CCActionEase.h

Class Methods

actionWithAction:rate:

Creates the action with the inner action and the rate parameter

+ (id)actionWithAction:(CCActionInterval *)action rate:(float)rate

Declared In

CCActionEase.h

Instance Methods

initWithAction:rate:

Initializes the action with the inner action and the rate parameter

- (id)initWithAction:(CCActionInterval *)action rate:(float)rate

Declared In

CCActionEase.h