Type Alias bevy::animation::prelude::AnimationDiGraph

source ·
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 */ }