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
CCEaseRateAction Class Reference

#import <CCActionEase.h>

+ Inheritance diagram for CCEaseRateAction:
+ Collaboration diagram for CCEaseRateAction:

List of all members.

Public Member Functions

(id) - initWithAction:rate:

Static Public Member Functions

(id) + actionWithAction:rate:

Protected Attributes

float _rate

Properties

float rate

Detailed Description

Base class for Easing actions with rate parameters


Member Function Documentation

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

Creates the action with the inner action and the rate parameter

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

Initializes the action with the inner action and the rate parameter


Property Documentation

- (float) rate [read, write, assign]

rate value for the actions


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