Public Member Functions | Static Public Member Functions | Properties

CCEaseRateAction Class Reference

#import <CCEaseAction.h>

Inherits CCEaseAction.

Inherited by CCEaseIn, CCEaseInOut, and CCEaseOut.

Collaboration diagram for CCEaseRateAction:
Collaboration graph
[legend]

List of all members.

Public Member Functions

(id) - initWithAction:rate:

Static Public Member Functions

(id) + actionWithAction:rate:

Properties

float rate

Detailed Description

Base class for Easing actions with rate parameters

Definition at line 44 of file CCEaseAction.h.


Member Function Documentation

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

Creates the action with the inner action and the rate parameter

- (id) initWithAction: (CCIntervalAction *)  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

Definition at line 47 of file CCEaseAction.h.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines

cocos2d for iPhone 0.99.4 API Reference - Generated using Doxygen 1.7.1