cocos2d-iphone  2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
CCEaseRateAction Class Reference

#import <CCActionEase.h>

Inheritance diagram for CCEaseRateAction:
Collaboration diagram for CCEaseRateAction:

Instance Methods

(id) - initWithAction:rate:
 
 Instance Methods inherited from CCActionEase
(id) - initWithAction:
 
 Instance Methods inherited from CCActionInterval
(id) - initWithDuration:
 
(BOOL) - isDone
 
(CCActionInterval *) - reverse
 

Class Methods

(id) + actionWithAction:rate:
 
 Class Methods inherited from CCActionEase
(id) + actionWithAction:
 
 Class Methods inherited from CCActionInterval
(id) + actionWithDuration:
 

Properties

float rate
 

Additional Inherited Members

 Protected Attributes inherited from CCActionEase
CCActionIntervalother
 

Detailed Description

Base class for Easing actions with rate parameters

Method 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
readwritenonatomicassign

rate value for the actions


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