摘要: Its definitely frustrating theres no StopCoroutine that takes a Coroutine. I rarely ever start them with a string to begin with.So one way you could accomplish this is by using something like this:Code: class CancellingCoroutine : IEnumerator { public bool stop; IEnumerator enumerator; MonoBehavi... 阅读全文
posted @ 2013-12-21 23:50 BlackNumen 阅读(237) 评论(0) 推荐(0) 编辑