RenderTexture(RenderTexture textureToCopy)
Parameters:
Name | Type | Description |
---|---|---|
textureToCopy | RenderTexture | Copy the settings from another RenderTexture. |
Usage
---@type RenderTexture
local textureToCopy;
local rendertexture = RenderTexture(textureToCopy);