Skip to main content

RenderTexture.Create()

Actually creates the RenderTexture.

Returns:

typeDescription
booleanTrue if the texture is created, else false.

Usage

---@type RenderTexture
local rendertexture;


local val0 = rendertexture.Create()