Struct CmdDrawGroupDispatch
e2rcore::implement::render::render_commands
pub struct CmdDrawGroupDispatch(pub ComponentDrawGroupDispatch);
impl CmdDrawGroupDispatch
fn init(group_id: usize) -> CmdDrawGroupDispatch
impl IObjImpl for CmdDrawGroupDispatch
fn as_any(&self) -> &Any
fn update_components( &mut self, components: &mut Vec<Box<IComponent>>) -> Result<(), &'static str>