Skip to main content

Crate godot_bevy

Crate godot_bevy 

Source

Re-exports§

pub use app::BEVY_INIT_FUNC;
pub use app::BevyApp;
pub use inventory;
pub use paste;
pub use bevy_app;
pub use bevy_ecs;
pub use bevy_math;
pub use bevy_transform;

Modules§

app
interop
node_tree_view
plugins
prelude
profiling
Profiling support with zero dependency leakage
utils
Shared utility modules used across multiple domains.
watchers

Macros§

add_transform_sync_systems
Macro for generating transform synchronization systems with compile-time queries.
profile
profile_scope
Create a profiling scope/span

Structs§

GodotPlugin