[][src]Trait legion::EntityData

pub trait EntityData: Send + Sync + Sized + Debug + 'static { }

Components that are stored once per entity.

Implementors

impl<T: Send + Sync + Sized + Debug + 'static> EntityData for T[src]

Loading content...