Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Components of the Entity Component System of Fresco binding
- data ComponentType a = ComponentType Word64
- type Component = ByteString
Documentation
data ComponentType a Source #
Components in Entities are indexed by ComponentType
Eq (ComponentType a) Source # | |
Ord (ComponentType a) Source # | |
Show (ComponentType a) Source # | |
type Component = ByteString Source #
Components are stored as ByteString