Public Member Functions | Static Public Member Functions | Properties

CCEaseElastic Class Reference

#import <CCEaseAction.h>

Inherits CCEaseAction.

Inherited by CCEaseElasticIn, CCEaseElasticInOut, and CCEaseElasticOut.

Collaboration diagram for CCEaseElastic:
Collaboration graph
[legend]

List of all members.

Public Member Functions

(id) - initWithAction:period:

Static Public Member Functions

(id) + actionWithAction:period:

Properties

float period

Detailed Description

Ease Elastic abstract class

Since:
v0.8.2

Definition at line 91 of file CCEaseAction.h.


Member Function Documentation

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

Creates the action with the inner action and the period in radians (default is 0.3)

- (id) initWithAction: (CCIntervalAction *)  action
period: (float)  period 

Initializes the action with the inner action and the period in radians (default is 0.3)


Property Documentation

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

period of the wave in radians. default is 0.3

Definition at line 98 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