[][src]Module async_ecs::entity::builder

Structs

EntityBuilder

The entity builder, allowing to build an entity together with its components.

Traits

Builder

A common trait for EntityBuilder and LazyBuilder, allowing either to be used. Entity is definitely alive, but the components may or may not exist before a call to World::maintain.