ThreadedAnimationGraphs

ThreadedAnimationGraphs

  1. bevy_utils::hashbrown::HashMap<bevy_asset::id::AssetId<bevy_animation::graph::AnimationGraph>, bevy_animation::graph::ThreadedAnimationGraph, bevy_utils::hashbrown::hash_map::DefaultHashBuilder>

Description

Acceleration structures for animation graphs that allows Bevy to evaluate them quickly.

These are kept up to date as [AnimationGraph] instances are added, modified, and removed.

Functions