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 | Safe-Inferred |
Language | Haskell2010 |
Aztecs.ECS.Component
Description
Synopsis
- newtype ComponentID = ComponentID {
- unComponentId :: Int
- class (Typeable a, Storage a (StorageT a)) => Component a where
- type StorageT a
Documentation
newtype ComponentID Source #
Unique component identifier.
Since: 0.9
Constructors
ComponentID | |
Fields
|