-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsC-FeatureA new feature, making something new possibleA new feature, making something new possible
Description
What problem does this solve or what need does it fill?
It would be useful to be able to see which Resources exist in the world, for debugging, discovery and editor purposes.
What solution would you like?
Expose a .resources() method on World.
What alternative(s) have you considered?
This may exist and I missed it. In that case, organization or documentation needs work instead.
Additional context
This appears to have been lost in #1525; this functionality exists in 0.4, but not in 0.5. Edit: I was mistaken about behavior in 0.4; this is new functionality.
Resources are now a part of World, but it doesn't seem to be accessible from that.
Metadata
Metadata
Assignees
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsC-FeatureA new feature, making something new possibleA new feature, making something new possible