We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378838a commit c86b5b2Copy full SHA for c86b5b2
src/gameobjects/layer/Layer.js
@@ -72,6 +72,7 @@ var StableSort = require('../../utils/array/StableSort');
72
* @extends Phaser.GameObjects.Components.Mask
73
* @extends Phaser.GameObjects.Components.PostPipeline
74
* @extends Phaser.GameObjects.Components.Visible
75
+ * @extends Phaser.Events.EventEmitter
76
*
77
* @param {Phaser.Scene} scene - The Scene to which this Game Object belongs. A Game Object can only belong to one Scene at a time.
78
* @param {Phaser.GameObjects.GameObject[]} [children] - An optional array of Game Objects to add to this Layer.
0 commit comments