We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9ac03 commit 2892f20Copy full SHA for 2892f20
1 file changed
src/gameobjects/zone/Zone.js
@@ -33,6 +33,7 @@ var RectangleContains = require('../../geom/rectangle/Contains');
33
* @constructor
34
* @since 3.0.0
35
*
36
+ * @extends Phaser.GameObjects.Components.Depth
37
* @extends Phaser.GameObjects.Components.GetBounds
38
* @extends Phaser.GameObjects.Components.Origin
39
* @extends Phaser.GameObjects.Components.ScaleMode
@@ -51,6 +52,7 @@ var Zone = new Class({
51
52
Extends: GameObject,
53
54
Mixins: [
55
+ Components.Depth,
56
Components.GetBounds,
57
Components.Origin,
58
Components.ScaleMode,
0 commit comments