Expand description
Entity registry for creating entity instances.
Structs§
- Entity
Entry 🔒 - Registry entry for an entity type.
- Entity
Load Request - Entity load request before the registry assigns a runtime ID.
- Entity
Registry - Registry for entity factories.
- Entity
Registry Lock - Wrapper for the global entity registry that implements
Deref.
Statics§
- ENTITIES
- Global entity registry.
Functions§
- init_
entities - Initializes the global entity registry, once the main registry is frozen.
Type Aliases§
- Entity
Factory - Factory function type for creating entities.
- Entity
Load Factory - Factory function type for loading entities from disk.