Module prelude

Source
Expand description

The core prelude.

This includes the most common types in this crate, re-exported for your convenience.

Structsยง

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