Constant shard_ecs::MAX_COMPONENTS_PER_ENTITY[][src]

pub const MAX_COMPONENTS_PER_ENTITY: usize = 16;
Expand description

Largest amount of components possible for a single entity. Is defined to be 16 at most.