Appends a Curve to the end of the Path.
The Curve does not have to start where the Path ends or, for an empty Path, at its defined starting point.
name | type | description |
---|---|---|
curve | Phaser.Curves.Curve |
The Curve to append. |
This Path object.