Skip to content

Add many_entities_mut function variants to DeferredWorld #15038

@ItsDoot

Description

@ItsDoot

What problem does this solve or what need does it fill?

The immutable get_many_entities family of functions are accessible on DeferredWorld thanks to it derefing to &World. The mutable variants, however are not made available through the deref, and are not explicitly defined on DeferredWorld itself.

What solution would you like?

Implement these functions explicitly on DeferredWorld:

Metadata

Metadata

Assignees

Labels

A-ECSEntities, components, systems, and eventsC-UsabilityA targeted quality-of-life change that makes Bevy easier to useD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions