class ECS::ComponentStore
- ECS::ComponentStore
- Reference
- Object
Defined in:
ecs/component_store.crConstructors
Instance Method Summary
- #add(entity : Entity, component : Component)
- #has(entity : Entity, component : Component)
- #has_type(entity : Entity, klass : Component.class)
- #with_type(klass : Component.class) : EntCompHash