Click or drag to resize

ActionRunCoroutine Constructor (FuncObject, Coroutine)

Initializes a new instance with the specified coroutine producer.

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

Parameters

coroutineProducer
Type: SystemFuncObject, Coroutine
A function that produces a coroutine.
See Also