-
Notifications
You must be signed in to change notification settings - Fork 3
rozgo/Unity.Coroutine
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
You can write yielding functions like this: public IEnumerator StepBy () { Console.WriteLine("Hello from coroutine"); yield return true; Console.WriteLine("This is another line"); yield return true; Console.WriteLine("And the last line"); yield return new WaitForCount(5); Console.WriteLine("Now I'm done"); }
About
Like Unity3D's coroutines, but for other Mono projects, like tools. This is a MonoTouch example, but feel free to modify for your own use.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published