ActionRunCoroutine Constructor (FuncObject, CoroutineTaskBoolean) |
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 public ActionRunCoroutine(
Func<Object, CoroutineTask<bool>> taskProducer
)
Parameters
- taskProducer
- Type: SystemFuncObject, CoroutineTaskBoolean
A function that produces a coroutine task that is regarded as the root of a coroutine.
See Also