| Copyright | (c) Matt Hunzinger 2025 |
|---|---|
| License | BSD-style (see the LICENSE file in the distribution) |
| Maintainer | matt@hunzinger.me |
| Stability | provisional |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Aztecs.ECS.World.Entities.Internal
Description
Synopsis
- data Entities (m :: Type -> Type) = Entities {
- archetypes :: !(Archetypes m)
- components :: !Components
- entities :: !(Map EntityID ArchetypeID)
Documentation
data Entities (m :: Type -> Type) Source #
World of entities and their components.
Constructors
| Entities | |
Fields
| |