Type Alias bevy::prelude::AnimationDiGraph

pub type AnimationDiGraph = Graph<AnimationGraphNode, ()>;
Expand description

A type alias for the petgraph data structure that defines the animation graph.

Aliased Typeยง

struct AnimationDiGraph { /* private fields */ }