bevy_animation_graph_editor 0.6.0

Animation graph editor for the Bevy game engine
Documentation
1
2
3
4
5
6
7
8
pub mod core;
pub mod editor_windows;
pub mod egui_inspector_impls;
pub mod scenes;
pub mod utils;

pub use core::{show_ui_system, UiState};
pub use scenes::*;