Create
7/14/25Less than 1 minute
RenderTexture.Create()
Actually creates the RenderTexture.
Returns:
type | Description |
---|---|
boolean | True if the texture is created, else false. |
Usage
---@type RenderTexture
local rendertexture;
local val0 = rendertexture.Create()