You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {number} sides - The number of sides the polygon will have.
72
71
* @param {number} radius - The "radius" of the polygon, i.e. the distance from its center to any vertex. This is also the radius of its circumcircle.
72
+
* @param {number} sides - The number of sides the polygon will have.
73
73
* @param {Phaser.Types.Physics.Matter.MatterBodyConfig} [options] - An optional Body configuration object that is used to set initial Body properties on creation.
74
74
*
75
75
* @return {Phaser.GameObjects.GameObject} This Game Object.
0 commit comments