Trait specs_static::WorldExt
[−]
[src]
pub trait WorldExt { fn register_tile_comp<C: Component + Send + Sync, I: Id>(&mut self); }
An extension trait for registering statically managed component storages.
Required Methods
fn register_tile_comp<C: Component + Send + Sync, I: Id>(&mut self)
Registers a specs_static::Storage
for the components of type C
.