logo

Module bevy::core

source · []
Expand description

Contains core plugins.

Modules

The Bevy Core Prelude.

Structs

Adds core functionality to Apps.

Helper for configuring and creating the default task pools. For end-users who want full control, insert the default task pools into the resource map manually. If the pools are already inserted, this helper will do nothing.

Component used to identify an entity. Stores a hash for faster comparisons The hash is eagerly re-computed upon each update to the name.

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