Built-In Namespace _global_
Method Summary
Method Detail
-
{cc.CatmullRomBy} clone()returns a new clone of the action
Defined in: CCActionCatmullRom.js.- Returns:
- {cc.CatmullRomBy}
-
ctor(dt, points)Creates an action with a Cardinal Spline array of points and tension Constructor of cc.CatmullRomBy
Defined in: CCActionCatmullRom.js.var action1 = new cc.CatmullRomBy(3, array);
- Parameters:
- {Number} dt
- {Array} points
-
initWithDuration(dt, points)initializes the action with a duration and an array of points
Defined in: CCActionCatmullRom.js.- Parameters:
- {Number} dt
- {Array} points