Crate bbecs[][src]

Modules

components
data_types
errors
resources
world

Macros

get_resource

Get a reference to a resource in the world.

get_resource_mut

Get a mutable reference to a resource from the provided world so that we can change it. This will probably need to be put into a block or dropped so that other queries can work.

query

Helper to query for components in the world. We have to give a query variable that will last longer than the macro for this to work.