mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
Update Zone.js
This commit is contained in:
parent
d6c2b1104b
commit
3c96ca73ec
1 changed files with 12 additions and 0 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue