splineThru method
points - An array of Vector2
Connects a new SplineCurve onto the path.
Implementation
@override
Shape splineThru(List<Vector2> pts) {
super.splineThru(pts);
return this;
}
points - An array of Vector2
Connects a new SplineCurve onto the path.
@override
Shape splineThru(List<Vector2> pts) {
super.splineThru(pts);
return this;
}