What is exactly the function of onEnter() method?

Im trying to applying touch handling in my game and use onEnter() override method, but I don’t know what’s going on behind it.

thanks andrew!

If you want to add touch events, look here

Thanks for source :smile: