bevy
bevy copied to clipboard
Expose `SystemMeta`'s access field as part of public API
Objective
Outside of the bevy_ecs crate it's hard to implement SystemParam trait on params that require access to the World, because init_state expects user to extend access in SystemMeta and access-related fields of SystemMeta are private.
Solution
Expose those fields as a functions