IsCreated
7/14/25Less than 1 minute
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()