Crate bevy_utils

Source
Expand description

General utilities for first-party Bevy engine crates.

Modules§

Macros§

  • Call some expression only once per call site.

Structs§

  • A type which calls a function when dropped. This can be used to ensure that cleanup code is run even in case of a panic.
  • A cohesive set of thread-local values of a given type.

Traits§

Functions§

Type Aliases§

  • A HashMap pre-configured to use Hashed keys and PassHash passthrough hashing. Iteration order only depends on the order of insertions and deletions.
  • A specialized hashmap type with Key of TypeId Iteration order only depends on the order of insertions and deletions.