[][src]Trait freenukum::actor::ActorAdder

pub trait ActorAdder {
    pub fn add_actor(&mut self, actor_type: ActorType, pos: Point);

    pub fn add_particle_firework(&mut self, pos: Point, count: usize) { ... }
}

Required methods

pub fn add_actor(&mut self, actor_type: ActorType, pos: Point)[src]

Loading content...

Provided methods

pub fn add_particle_firework(&mut self, pos: Point, count: usize)[src]

Loading content...

Implementors

impl ActorAdder for ActorQueue[src]

impl<'a> ActorAdder for LevelActorAdder<'a>[src]

Loading content...