cocos2d-iphone  1.0.1
Improved Cocos2D API Reference (iOS version) for Kobold2D developers
CCProgressTo Interface Reference

#include <CCActionProgressTimer.h>

+ Inheritance diagram for CCProgressTo:
+ Collaboration diagram for CCProgressTo:

List of all members.

Public Member Functions

id initWithDuration:percent: (ccTime duration,[percent] float percent)

Static Public Member Functions

id actionWithDuration:percent: (ccTime duration,[percent] float percent)

Protected Attributes

float to_
float from_

Detailed Description

Progress to percentage

Since:
v0.99.1

Member Function Documentation

id CCProgressTo::actionWithDuration:percent: ( ccTime  duration,
[percent] float  percent 
) [static, virtual]

Creates and initializes with a duration and a percent

id CCProgressTo::initWithDuration:percent: ( ccTime  duration,
[percent] float  percent 
) [virtual]

Initializes with a duration and a percent


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