Module bevy_internal::utils::uuid

source ·
Expand description

UUID utilities.

This module re-exports the Uuid type from the uuid crate, and provides additional utility functions.

Structs§

  • A Universally Unique Identifier (UUID).

Functions§

  • Generates a new UUID from the given UUIDs a and b, where the bytes are generated by a bitwise a ^ b.rotate_right(1).