wolfadex / elm-ecs / Ecs


type alias Entity =
Internal.Entity

The ID of an entity.


type alias Component data =
Internal.Component data

The raw data for one aspect of an Entity. I.e. labels the Entity as possessing this particular aspect.


type alias Config =
Internal.Config

Data that is used for managing and operating the ECS internally