#Turn `QueryState` to `Query`
1 messages · Page 1 of 1 (latest)
SystemState helps! Also you can convert query state into query using a method on querystate
and what would be the method on querystate?
Uh I was looking this up the other day... On my phone ATM, but I'll try to find out once I'm up for the day
Nope, I misremembered, doesn't seem to exist. Instead, construct your queries using https://docs.rs/bevy/latest/bevy/ecs/system/struct.SystemState.html
Holds on to persistent state required to drive [SystemParam] for a [System].