Skip to content

Commit 275a3af

Browse files
committed
RenderTexture Types
1 parent 3ca2b66 commit 275a3af

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/gameobjects/rendertexture/RenderTextureCreator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var RenderTexture = require('./RenderTexture');
1717
* @method Phaser.GameObjects.GameObjectCreator#renderTexture
1818
* @since 3.2.0
1919
*
20-
* @param {Phaser.GameObjects.RenderTexture.Types.RenderTextureConfig} config - The configuration object this Game Object will use to create itself.
20+
* @param {Phaser.Types.GameObjects.RenderTexture.RenderTextureConfig} config - The configuration object this Game Object will use to create itself.
2121
* @param {boolean} [addToScene] - Add this Game Object to the Scene after creating it? If set this argument overrides the `add` property in the config object.
2222
*
2323
* @return {Phaser.GameObjects.RenderTexture} The Game Object that was created.

src/gameobjects/rendertexture/typedefs/RenderTextureConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @typedef {object} Phaser.GameObjects.RenderTexture.Types.RenderTextureConfig
2+
* @typedef {object} Phaser.Types.GameObjects.RenderTexture.RenderTextureConfig
33
* @since 3.2.0
44
*
55
* @property {number} [x=0] - The x coordinate of the RenderTextures position.

src/gameobjects/rendertexture/typedefs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
*/
66

77
/**
8-
* @namespace Phaser.GameObjects.RenderTexture.Types
8+
* @namespace Phaser.Types.GameObjects.RenderTexture
99
*/

0 commit comments

Comments
 (0)