ecs v0.0.1 ECS.Entity
Methods for working with entities.
Entities are agent-based containers for components.
Summary
Functions
Attaches a component
to an entity
Detaches a component of type cmp_type
from an entity
Retrieves a component of type cmp_type
from an entity
Checks whether an entity
has a component of cmp_type
Checks whether entity
has component types cmp_types
Returns a new agent pid wrapping components
as a map
Sets entity
component of cmp_type
to value
Updates entity
using fun