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
* @return {Phaser.GameObjects.Particles.Zones.EdgeZone} This Edge Zone.
134
+
* @return {this} This Edge Zone.
135
135
*/
136
136
updateSource: function()
137
137
{
@@ -170,7 +170,7 @@ var EdgeZone = new Class({
170
170
*
171
171
* @param {Phaser.Types.GameObjects.Particles.EdgeZoneSource} source - An object instance with a `getPoints(quantity, stepRate)` method returning an array of points.
172
172
*
173
-
* @return {Phaser.GameObjects.Particles.Zones.EdgeZone} This Edge Zone.
0 commit comments