You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
structFoo;implEntityCommandforFoo{fnapply(self,entity:Entity,world:&mutWorld){
world
.run_system_cached_with(print_entity, entity).unwrap();}}fnprint_entity(In(entity):In<Entity>){info!("entity: {entity}");}
I failed to find the commit that changed this, so other related methods may also have been changed.
Note that the .id() API call is a bit strange; I would have expected the method to be called .entity().
The text was updated successfully, but these errors were encountered:
Before:
After:
I failed to find the commit that changed this, so other related methods may also have been changed.
Note that the
.id()
API call is a bit strange; I would have expected the method to be called.entity()
.The text was updated successfully, but these errors were encountered: