Table of Contents

ReusableCoroutine Class

public class ReusableCoroutine : IEnumerator
Inheritance
ReusableCoroutine
Implements
Extension Methods

Constructors

ReusableCoroutine(Func<bool>, Func<ReusableCoroutine, Exception, bool>?, Action?, Action?, Func<ReusableCoroutine, bool>?, object?)

Properties

Current

Gets the element in the collection at the current position of the enumerator.

IsCompleted
IsStarted

Methods

Dispose()
MoveNext()

Advances the enumerator to the next element of the collection.

Reset()

Sets the enumerator to its initial position, which is before the first element in the collection.

Start(MonoBehaviour?)
StartAsync(CancellationToken)
Stop(MonoBehaviour?)