We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2c13f commit 6d958c5Copy full SHA for 6d958c5
1 file changed
src/gameobjects/components/Texture.js
@@ -20,7 +20,7 @@ var Texture = {
20
* The Texture this Game Object is using to render with.
21
*
22
* @name Phaser.GameObjects.Components.Texture#texture
23
- * @type {Phaser.Textures.Texture}
+ * @type {Phaser.Textures.Texture|Phaser.Textures.CanvasTexture}
24
* @since 3.0.0
25
*/
26
texture: null,
0 commit comments