We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f420bc8 commit 5595950Copy full SHA for 5595950
1 file changed
src/gameobjects/rendertexture/typedefs/RenderTextureConfig.js
@@ -6,4 +6,6 @@
6
* @property {number} [y=0] - The y coordinate of the RenderTextures position.
7
* @property {number} [width=32] - The width of the RenderTexture.
8
* @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.
11
*/
0 commit comments