cocos2d for iPhone 1.0.0
2D engine for iOS and OS X
Public Member Functions | Static Public Member Functions | Properties
CCEaseRateAction Class Reference

#import <CCActionEase.h>

Inheritance diagram for CCEaseRateAction:
Inheritance graph
[legend]
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 CCActionEase.h.


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

Definition at line 47 of file CCActionEase.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 API Reference - Generated using Doxygen 1.7.4