Module bevy::core

source ·
Expand description

Contains core plugins.

Modules

The Bevy Core Prelude.

Structs

Adds core functionality to Apps.
Keeps a count of rendered frames since the start of the app
Component used to identify an entity. Stores a hash for faster comparisons The hash is eagerly re-computed upon each update to the name.
Helper for configuring and creating the default task pools. For end-users who want full control, set up CorePlugin
Defines a simple way to determine how many threads to use given the number of remaining cores and number of total cores

Traits

Marker trait for “plain old data”.
Trait for types that can be safely created with zeroed.

Functions

Re-interprets &T as &[u8].
Cast &[A] into &[B].

Derive Macros

Derive the Pod trait for a struct
Derive the Zeroable trait for a struct