Skip to content

Commit 5595950

Browse files
committed
Update RenderTextureConfig.js
1 parent f420bc8 commit 5595950

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/gameobjects/rendertexture/typedefs/RenderTextureConfig.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66
* @property {number} [y=0] - The y coordinate of the RenderTextures position.
77
* @property {number} [width=32] - The width of the RenderTexture.
88
* @property {number} [height=32] - The height of the RenderTexture.
9+
* @property {string} [key] - The texture key to make the RenderTexture from.
10+
* @property {string} [frame] - the frame to make the RenderTexture from.
911
*/

0 commit comments

Comments
 (0)