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