|
CocosDenshion iOS
1.0.1
CocosDenshion API Reference (iOS version) for Kobold2D developers
|
#include <CocosDenshion.h>
Public Member Functions | |
| id | init:interpolationType:startVal:endVal: (id theTarget,[interpolationType] tCDInterpolationType type,[startVal] float startVal,[endVal] float endVal) |
| void | modify: (float t) |
| void | _setTargetProperty: (float newVal) |
| float | _getTargetProperty () |
| void | _stopTarget () |
| Class | _allowableType () |
Protected Attributes | |
| CDFloatInterpolator * | interpolator |
| id | target |
Properties | |
| BOOL | stopTargetWhenComplete |
| float | startValue |
| float | endValue |
| tCDInterpolationType | interpolationType |
Base class for classes that modify properties such as pitch, pan and gain
| void CDPropertyModifier::modify: | ( | float | t | ) | [virtual] |
Set to a fractional value between 0 and 1 where 0 equals the start and 1 equals the end