naia-bevy-shared 0.9.1

Library to faciliate naia & Bevy interop, functionality shared by client & server versions
Documentation
1
2
3
4
5
6
7
8
9
10
mod component_access;
mod component_ref;
mod flag;
mod world_data;
mod world_proxy;

pub use component_access::{ComponentAccess, ComponentAccessor};
pub use flag::Flag;
pub use world_data::WorldData;
pub use world_proxy::{WorldMut, WorldProxy, WorldProxyMut, WorldRef};