[][src]Trait big_brain::ActionFactory

pub trait ActionFactory: Debug + Send + Sync {
    fn add(&self, ent: Entity, action: ActionEnt, lazy: &LazyUpdate);
}

Required methods

fn add(&self, ent: Entity, action: ActionEnt, lazy: &LazyUpdate)

Loading content...

Implementors

Loading content...