Skip to main content

Crate bevy_animation_graph_editor

Crate bevy_animation_graph_editor 

Source

Macros§

impl_widget_hash_from_hash
We need a macro since impl <T: Hash> HashExt for T does not allow specialized impls

Structs§

AnimationGraphEditorPlugin
Will start up an animation graph asset editor. This plugin will add all other required plugins: if you use it, do not add DefaultPlugins, EguiPlugin or others manually (see plugin source code for full up-to-date list).

Functions§

setup