Function zng::image::render_retain
source ยท pub fn render_retain(
child: impl UiNode,
retain: impl IntoVar<bool>,
) -> impl UiNode
Expand description
P
If the render task is kept alive after a frame is produced, this is false
by default
meaning the image only renders once, if set to true
the image will automatically update
when the render widget requests a new frame.
This property sets and binds retain
to IMAGE_RENDER.retain
.