Click or drag to resize

ActionRunCoroutine Constructor (FuncObject, CoroutineTask)

Initializes a new instance with the specified coroutine task producer.

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

Parameters

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