This commit is contained in:
Richard Davey 2018-07-13 08:31:06 +01:00
commit 64ceb790e3

View file

@ -256,6 +256,18 @@ var Zone = new Class({
return this;
},
/**
* A NOOP method so you can pass a Zone to a Container.
* Calling this method will do nothing. It is intentionally empty.
*
* @method Phaser.GameObjects.Zone#setAlpha
* @private
* @since 3.10.0
*/
setAlpha: function ()
{
},
/**
* A Zone does not render.
*