denniskaselow / dartemis

A Dart port of the Artemis Entity System Framework
BSD 2-Clause "Simplified" License
49 stars 6 forks source link

Improvement: Add a method to TagManager to look up the tag for an entity. #70

Closed cedarbob closed 7 months ago

cedarbob commented 7 months ago

Since the mapping _tagsByEntity is local to the library, I can't simply add an extension to do this. But such a method would make TagManager more useful.

denniskaselow commented 7 months ago

I've added the method getTag and a new version 0.9.9 has been published.