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