Expand description
The core prelude.
This includes the most common types in this crate, re-exported for your convenience.
Structsยง
- Frame
Count Plugin - Adds frame counting functionality to Apps.
- Name
- Component used to identify an entity. Stores a hash for faster comparisons.
- Name
OrEntity - Convenient query for giving a human friendly name to an entity.
- Task
Pool Options - Helper for configuring and creating the default task pools. For end-users who want full control,
set up
TaskPoolPlugin
- Task
Pool Plugin - Setup of default task pools:
AsyncComputeTaskPool
,ComputeTaskPool
,IoTaskPool
. - Type
Registration Plugin - Registration of default types to the
TypeRegistry
resource.