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