game::app

Trait ShowObject

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

Required Methods§

Source

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

Source

fn layers(&self) -> &ShowLayers

Implementors§