pub trait DrawModifierContent {
// Required method
fn draw(&mut self, input: &RenderInput<'_>);
}Expand description
Draw continuation used by draw modifier nodes.
Required Methods§
Sourcefn draw(&mut self, input: &RenderInput<'_>)
fn draw(&mut self, input: &RenderInput<'_>)
Records the wrapped content.