Click or drag to resize

ActionRunCoroutine Constructor (FuncObject, TaskBoolean)

Initializes a new instance with the specified task producer.

Namespace:  TreeSharp
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public ActionRunCoroutine(
	Func<Object, Task<bool>> taskProducer
)

Parameters

taskProducer
Type: SystemFuncObject, TaskBoolean
A function that produces a task that is regarded as the root of a coroutine.
See Also