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

#import <CCActionEase.h>

Inheritance diagram for CCActionEase:
Collaboration diagram for CCActionEase:

Instance Methods

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

Class Methods

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

Protected Attributes

CCActionIntervalother
 
 Protected Attributes inherited from CCActionInterval
ccTime elapsed_
 
BOOL firstTick_
 
 Protected Attributes inherited from CCFiniteTimeAction
ccTime duration_
 duration in seconds
 
 Protected Attributes inherited from CCAction
id originalTarget_
 
id target_
 
NSInteger tag_
 

Additional Inherited Members

 Properties inherited from CCActionInterval
ccTime elapsed
 

Detailed Description

Base class for Easing actions

Method Documentation

+ (id) actionWithAction: (CCActionInterval *)  action

creates the action

- (id) initWithAction: (CCActionInterval *)  action

initializes the action


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