class ECS::World
- ECS::World
- Reference
- Object
Defined in:
ecs.crInstance Method Summary
- #attach(entity : Entity, component : Component)
- #detach(entity : Entity, component : Component)
- #dispose
- #entities_with(components : Set(Component.class)) : Set(Entity)
- #entities_without(components : Set(Component.class)) : Set(Entity)
- #first_entity_with(components : Set(Component.class)) : Entity
- #pretty_print
- #register(entity : Entity)
- #remove_entity(entity : Entity)