Modules§
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.