C# Class SpicyPixel.Threading.UnityFiberExtensions

Extends Fiber for Unity
Datei anzeigen Open project: spicypixel/concurrency-kit-cs

Public Methods

Method Description
GetAsUnityCoroutine ( this fiber ) : Coroutine

Gets the fiber as a Unity coroutine that can be yielded against.

Method Details

GetAsUnityCoroutine() public static method

Gets the fiber as a Unity coroutine that can be yielded against.
public static GetAsUnityCoroutine ( this fiber ) : Coroutine
fiber this Fiber.
return UnityEngine.Coroutine