Skip to content

Api > RenderTexture > Create()


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()