β¨ RetainerBox
The Retainer Box renders children widgets to a render target first before later rendering that render target to the screen.
This class shares methods and events from Panel Widget.
π¦ Functions
SetMaterial
Type | Parameter | Description |
---|---|---|
Material |
GetMaterial
β Returns DynamicMaterial.
SetTextureParameter
Sets the name of the texture parameter to set the render target to on the material.
Type | Parameter | Description |
---|---|---|
TextureParameter |
GetTextureParameter
β Returns string.
SetRetainRender
Sets if we retain the render or pass it through.
Type | Parameter | Description |
---|---|---|
RetainRender |
GetRetainRender
β Returns boolean.
SetRenderingPhase
RequestRender
Last updated