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