ecsyjs / ecsy

Entity Component System for javascript
https://ecsyjs.github.io/ecsy/
MIT License
1.11k stars 115 forks source link

Expose EntityManager getEntityByName in World #275

Closed jdukleth closed 2 years ago

jdukleth commented 3 years ago

There is a built-in entity manager but we are unable to benefit from this and retrieve entities by name from the world object. This pull request changes that. I expose getEntityByName from EntityManager.js in World.js. Resolves #226