Add texture manager ADD_KEY and REMOVE_KEY events #5973
samme
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The existing ADD and REMOVE events are a little inconvenient if you're interested in one texture, as you have to check the key and then (probably) remove the listener when finished.
Dynamic event names would let you use
once()
for this.Beta Was this translation helpful? Give feedback.
All reactions