Trait Component

Source
pub trait Component: 'static { }
Expand description

Marker trait for types that can be used as components in the ECS.

Implementorsยง