SpicyPixel.Threading.UnityFiberExtensions Class Reference

Extends Fiber for Unity More...

+ Collaboration diagram for SpicyPixel.Threading.UnityFiberExtensions:

Static Public Member Functions

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

Detailed Description

Extends Fiber for Unity

Definition at line 9 of file UnityFiberExtensions.cs.

Member Function Documentation

static Coroutine SpicyPixel.Threading.UnityFiberExtensions.GetAsUnityCoroutine ( this Fiber  fiber)
static

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

Returns
The fiber as Unity coroutine.
Parameters
fiberFiber.

Definition at line 16 of file UnityFiberExtensions.cs.


The documentation for this class was generated from the following file: