[][src]Trait legion::storage::Component

pub trait Component: Send + Sync + 'static { }

A Component is per-entity data that can be attached to a single entity.

Implementors

impl<T: Send + Sync + 'static> Component for T[src]

Loading content...