它是Phaser.Geom.Polygon。
这是它的文档页面。
一个基本的例子:
var polygon = new Phaser.Geom.Polygon([
400, 100,
200, 278,
340, 430,
650, 80
]);
相关分类