Type Definitions
-
RenderTextureConfig
-
Type:
- object
- Since: 3.2.0
- Source: src/gameobjects/rendertexture/typedefs/RenderTextureConfig.js (Line 1)
Properties:
Name Type Argument Default Description xnumber <optional>
0 The x coordinate of the RenderTextures position.
ynumber <optional>
0 The y coordinate of the RenderTextures position.
widthnumber <optional>
32 The width of the RenderTexture.
heightnumber <optional>
32 The height of the RenderTexture.
keystring <optional>
The texture key to make the RenderTexture from.
framestring <optional>
the frame to make the RenderTexture from.
