Example #1
0
        IEnumerator WaitCoroutine()
        {
            yield return(new WaitForSeconds(1.0f));

            node.Reset();
            CreateNodes();
        }
Example #2
0
        IEnumerator WaitCoroutine()
        {
            yield return(new WaitForSeconds(1.5f));

            node.Reset();
        }