diff --git a/src/gameobjects/zone/Zone.js b/src/gameobjects/zone/Zone.js index d6b860e70..e9fd1edd3 100644 --- a/src/gameobjects/zone/Zone.js +++ b/src/gameobjects/zone/Zone.js @@ -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. *