Component

Derive Macro Component 

Source
#[derive(Component)]
{
    // Attributes available to this derive:
    #[track]
}
Available on crate feature proc only.
Expand description

Multiple instances can be stored in the World.