Class ctor
- Defined in: CCActionCatmullRom.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
ctor(dt, points)
Creates an action with a Cardinal Spline array of points and tension
|
Class Detail
ctor(dt, points)
Creates an action with a Cardinal Spline array of points and tension
var action1 = new cc.CatmullRomBy(3, array);
- Parameters:
- {Number} dt
- {Array} points