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