Class Coroutine
Inheritance
System.Object
Coroutine
Namespace: Unity.UIWidgets.async
Syntax
public static class Coroutine
Methods
startBackgroundCoroutine(Window, IEnumerator)
Declaration
public static UIWidgetsCoroutine startBackgroundCoroutine(this Window owner, IEnumerator routine)
Parameters
| Type | Name | Description |
|---|---|---|
| Window | owner | |
| System.Collections.IEnumerator | routine |
Returns
| Type | Description |
|---|---|
| UIWidgetsCoroutine |
startCoroutine(Window, IEnumerator)
Declaration
public static UIWidgetsCoroutine startCoroutine(this Window owner, IEnumerator routine)
Parameters
| Type | Name | Description |
|---|---|---|
| Window | owner | |
| System.Collections.IEnumerator | routine |
Returns
| Type | Description |
|---|---|
| UIWidgetsCoroutine |