[][src]Trait game::app::ShowObject

pub trait ShowObject {
    fn show(&self, obj: &ID) -> bool;
fn layers(&self) -> &ShowLayers; }

Required methods

fn show(&self, obj: &ID) -> bool

fn layers(&self) -> &ShowLayers

Loading content...

Implementors

impl ShowObject for ShowEverything[src]

impl ShowObject for DebugMode[src]

Loading content...