Creates a spline curve starting at the previous end point, using the given points on the curve.
name | type | description |
---|---|---|
points | Array.<Phaser.Math.Vector2> |
The points the newly created spline curve should consist of. |
This Path object.