What is the difference between <Game Object>.off() and <Game Object>.removeListener()?

What is the difference between, say, sprite.off() and sprite.removeListener(). According to the API Docs, both “Remove the listeners of a given event.”

Does one temporarily remove the listener while the other completely removes it?

No difference. They are aliases.

2 Likes