☰
Trait ShowObject
Required Methods
layers
show
Implementors
Other items in
game
::
app
All crates
?
Trait
game
::
app
::
ShowObject
[
−
]
[src]
pub trait ShowObject { fn
show
(&self, obj: &
ID
) ->
bool
;
fn
layers
(&self) -> &
ShowLayers
; }
Required methods
fn
show
(&self, obj: &
ID
) ->
bool
[src]
fn
layers
(&self) -> &
ShowLayers
[src]
Implementors
impl
ShowObject
for
DebugMode
[src]
fn
show
(&self, obj: &
ID
) ->
bool
[src]
fn
layers
(&self) -> &
ShowLayers
[src]
impl
ShowObject
for
ShowEverything
[src]
fn
show
(&self, _: &
ID
) ->
bool
[src]
fn
layers
(&self) -> &
ShowLayers
[src]