ThreadedAnimationGraph
ThreadedAnimationGraph
- threaded_graph : alloc::vec::Vecpetgraph::graph::NodeIndex
- sorted_edge_ranges : alloc::vec::Vec<core::ops::Range
> - sorted_edges : alloc::vec::Vecpetgraph::graph::NodeIndex
- computed_masks : alloc::vec::Vec
Description
An acceleration structure for an animation graph that allows Bevy to evaluate it quickly.
This is kept up to date as the associated [
AnimationGraph
] instance is added, modified, or removed.