ActionRunCoroutine Constructor |
Name | Description | |
---|---|---|
ActionRunCoroutine(FuncObject, Coroutine) |
Initializes a new instance with the specified coroutine producer.
| |
ActionRunCoroutine(FuncObject, CoroutineTaskBoolean) |
Initializes a new instance with the specified coroutine task producer.
| |
ActionRunCoroutine(FuncObject, CoroutineTask) |
Initializes a new instance with the specified coroutine task producer.
| |
ActionRunCoroutine(FuncObject, TaskBoolean) |
Initializes a new instance with the specified task producer.
| |
ActionRunCoroutine(FuncObject, Task) |
Initializes a new instance with the specified task producer.
|