Class cc.CatmullRomTo#ctor

Class Summary
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