Skip to content

Api > RenderTexture > IsCreated()


RenderTexture.IsCreated()⚓︎

Is the render texture actually created?

Returns:⚓︎

type Description
boolean true if the hardware resources for this render are created.

Usage⚓︎

---@type RenderTexture
local rendertexture;


local val0 = rendertexture.IsCreated()