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

#import <CCActionEase.h>

+ Inheritance diagram for CCEaseElastic:
+ Collaboration diagram for CCEaseElastic:

List of all members.

Public Member Functions

(id) - initWithAction:period:

Static Public Member Functions

(id) + actionWithAction:period:

Protected Attributes

float _period

Properties

float period

Detailed Description

Ease Elastic abstract class

Since:
v0.8.2

Member Function Documentation

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

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

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


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