pub type AnimationDiGraph = Graph<AnimationGraphNode, ()>;Expand description
A type alias for the petgraph data structure that defines the animation
graph.
Aliased Typeยง
pub struct AnimationDiGraph { /* private fields */ }pub type AnimationDiGraph = Graph<AnimationGraphNode, ()>;A type alias for the petgraph data structure that defines the animation
graph.
pub struct AnimationDiGraph { /* private fields */ }