LightningBoltDependenciesStartCoroutine Field |
Method to start co-routines
Namespace:
DigitalRuby.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public Func<IEnumerator, Coroutine> StartCoroutine
Public StartCoroutine As Func(Of IEnumerator, Coroutine)
public:
Func<IEnumerator^, Coroutine^>^ StartCoroutine
val mutable StartCoroutine: Func<IEnumerator, Coroutine>
Field Value
Type:
FuncIEnumerator,
CoroutineSee Also