Click or drag to resize

ActionRunCoroutine Constructor

Overload List
  NameDescription
Public methodActionRunCoroutine(FuncObject, Coroutine)
Initializes a new instance with the specified coroutine producer.
Public methodActionRunCoroutine(FuncObject, CoroutineTaskBoolean)
Initializes a new instance with the specified coroutine task producer.
Public methodActionRunCoroutine(FuncObject, CoroutineTask)
Initializes a new instance with the specified coroutine task producer.
Public methodActionRunCoroutine(FuncObject, TaskBoolean)
Initializes a new instance with the specified task producer.
Public methodActionRunCoroutine(FuncObject, Task)
Initializes a new instance with the specified task producer.
Top
See Also