bevy_ecs::schedule

Module graph

Source
Expand description

An implementation of a graph data structure.

Structs§

  • Metadata about how the node fits in the schedule graph

Enums§

Functions§

Type Aliases§

  • A Graph with directed edges.
  • A Graph with undirected edges.