Trait ShowObject
game::app
pub trait ShowObject { fn show(&self, obj: &ID) -> bool; fn layers(&self) -> &ShowLayers; }
fn show(&self, obj: &ID) -> bool
fn layers(&self) -> &ShowLayers
impl ShowObject for ShowEverything
fn show(&self, _: &ID) -> bool
impl ShowObject for DebugMode