Class cc.EaseRateAction#ctor
- Defined in: CCActionEase.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
cc.EaseRateAction#ctor(action, rate)
Creates the action with the inner action and the rate parameter
|
Class Detail
cc.EaseRateAction#ctor(action, rate)
Creates the action with the inner action and the rate parameter
// example var moveEaseRateAction = new cc.EaseRateAction(action, 3.0);
- Parameters:
- {cc.ActionInterval} action
- {Number} rate