AnimationDiGraph

Type Alias AnimationDiGraph 

Source
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 */ }