Is Render Target
Last updated
Was this helpful?
Last updated
Was this helpful?
Is Render Target
controls whether all instances contained in this container render directly to the screen (if false), or if they first render to their own dedicated target before rendering to the screen (if true).
Is Render Target
defaults to false (unchecked).
Is Render Target
enables a number of graphical effects including:
Container (transparency)
Container
Alpha-only modes on instances contained in the Container
As of February 2025 the Is Render Target
variable is considered experimental. You may experience issues when using this as it is being developed. Please report any problems you find through GitHub or on Discord.
Containers with Is Render Target set to true automatically clip their children. This behavior is the same as setting to true. This happens because render targets internally create a texture which matches their size. Therefore, any items which are placed outside of the bounds of a render target container are not rendered.