[]Trait acute_ecs::storage::Tag

pub trait Tag: 'static + Clone + PartialEq<Self> + Send + Sync { }

A Tag is shared data that can be attached to multiple entities at once.

Implementors

impl<T> Tag for T where
    T: 'static + Clone + PartialEq<T> + Send + Sync

Loading content...