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

#import <CCActionEase.h>

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


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

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