mirror of
https://github.com/bevyengine/bevy
synced 2024-11-15 09:27:41 +00:00
700123ec64
# Objective - Closes #15717 ## Solution - Wrap the handle in a new wrapper component: `AnimationGraphHandle`. ## Testing Searched for all instances of `AnimationGraph` in the examples and updated and tested those ## Migration Guide `Handle<AnimationGraph>` is no longer a component. Instead, use the `AnimationGraphHandle` component which contains a `Handle<AnimationGraph>`. |
||
---|---|---|
.. | ||
animation_plugin.rs | ||
main.rs | ||
morph_viewer_plugin.rs | ||
scene_viewer_plugin.rs |