Module bevy::core::prelude

Expand description

The Bevy Core Prelude.

Structs

  • Convenient query for giving a human friendly name to an entity.
  • Adds frame counting functionality to Apps.
  • Component used to identify an entity. Stores a hash for faster comparisons.
  • Helper for configuring and creating the default task pools. For end-users who want full control, set up TaskPoolPlugin
  • Setup of default task pools: AsyncComputeTaskPool, ComputeTaskPool, IoTaskPool.
  • Registration of default types to the TypeRegistry resource.