RenderTextureIsCreatedOn this pageRenderTexture.IsCreated() Is the render texture actually created? Returns: typeDescriptionbooleantrue if the hardware resources for this render are created. Usage ---@type RenderTexturelocal rendertexture;local val0 = rendertexture.IsCreated()