I originally posted this question in the following thread, but figured it may be better suited as it’s own question.
-
When would you use an IEnumerator
instead of a normal function (e.g. public void)? -
If you don’t need to use the
WaitForSeconds, is there any point
in using an IEnumerator? -
Why do all WWW examples use IEnumerator? Are they a necessity?