pub fn streaming_stats(world: &World) -> Option<StreamingStats>Expand description
Per-pool (resident, pending, unloaded) streaming counts from the parked
StreamingState (StreamingSystem drives it against the backend each
frame). None before graphics init parks it, and from inside a system
step, which takes the state out. Read by the cn debug server’s
streaming command and the editor’s Health panel.