Skip to content

Commit 64ceb79

Browse files
committed
Merge branch 'master' of https://github.com/photonstorm/phaser
2 parents 944ca91 + aa9ba84 commit 64ceb79

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/gameobjects/zone/Zone.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,18 @@ var Zone = new Class({
256256
return this;
257257
},
258258

259+
/**
260+
* A NOOP method so you can pass a Zone to a Container.
261+
* Calling this method will do nothing. It is intentionally empty.
262+
*
263+
* @method Phaser.GameObjects.Zone#setAlpha
264+
* @private
265+
* @since 3.10.0
266+
*/
267+
setAlpha: function ()
268+
{
269+
},
270+
259271
/**
260272
* A Zone does not render.
261273
*

0 commit comments

Comments
 (0)