Skip to main content

RenderTexture.IsCreated()

Is the render texture actually created?

Returns:

typeDescription
booleantrue if the hardware resources for this render are created.

Usage

---@type RenderTexture
local rendertexture;


local val0 = rendertexture.IsCreated()