Module bones_framework::lib::ecs::resources
source · Expand description
World resource storage.
Structs§
- A handle to a resource from a
Resources
collection. - Error thrown when a resource cell cannot be inserted because it already exists.
- A collection of resources.
- An untyped resource that may be inserted into
UntypedResources
. - Storage for un-typed resources.
Type Aliases§
- An untyped, atomic resource cell.