Struct amethyst_utils::tag::Tag[][src]

pub struct Tag<T> { /* fields omitted */ }

Tag component that can be used with a custom type to tag entities for processing

Trait Implementations

impl<T: Clone> Clone for Tag<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for Tag<T>
[src]

Formats the value using the given formatter. Read more

impl<T> Default for Tag<T>
[src]

Returns the "default value" for a type. Read more

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

Associated storage type for this component.

impl<'a, T> PrefabData<'a> for Tag<T> where
    T: Clone + Send + Sync + 'static, 
[src]

SystemData needed to perform the load

The result type returned by the load operation

Load the data for this prefab onto the given Entity Read more

Trigger asset loading for any sub assets. Read more

Auto Trait Implementations

impl<T> Send for Tag<T> where
    T: Send

impl<T> Sync for Tag<T> where
    T: Sync