Skip to main content

Component

Trait Component 

Source
pub trait Component:
    Send
    + Sync
    + 'static { }
Expand description

A component that can be attached to an entity in a crate::World

Implementorsยง