points : Array.<Phaser.Point>
This method is deprecated and should not be used. It may be removed in the future.
Sets and modifies the points of this polygon.
See setTo for the different kinds of arrays formats that can be assigned. The array of vertex points.
Type
- Array.<Phaser.Point>
- Deprecated:
- Use `setTo`.
- Source code: geom/Polygon.js (Line 294)
Please login to continue.