|
JUtils
A unity utilities library
|
Wrapper for troublesome coroutines More...


Public Member Functions | |
| CoroutineCatcher (IEnumerator coroutine) | |
| This allows you to catch errors in enumerators More... | |
| bool | HasThrown (out Exception exception) |
| Check if the coroutine has thrown an exception More... | |
| bool | MoveNext () |
| Move to the next element in the enumerator More... | |
| void | Reset () |
| Reset the enumerator More... | |
Properties | |
| object | Current [get] |
| Get the current value of the enumerator More... | |
Wrapper for troublesome coroutines
|
inline |
This allows you to catch errors in enumerators
|
inline |
Check if the coroutine has thrown an exception
|
inline |
Move to the next element in the enumerator
|
inline |
Reset the enumerator
|
get |
Get the current value of the enumerator