API ReferenceSandbox
GameTaskclass
A generic `Sandbox.TaskSource`.
object→GameTask
Methods28
Showing 28 methods
public static System.Threading.Tasks.Task`1<T> FromResult(T t)
| Parameter | Type | Description |
|---|---|---|
| t | T | — |
Returns:
Task<T>—public static void WaitAll(System.Threading.Tasks.Task[] tasks)
| Parameter | Type | Description |
|---|---|---|
| tasks | Task[] | — |
Returns:
void—public static void WaitAny(System.Threading.Tasks.Task[] tasks)
| Parameter | Type | Description |
|---|---|---|
| tasks | Task[] | — |
Returns:
void—public static System.Threading.Tasks.Task Yield()
Returns:
Task—No results match this filter.
Properties1
Showing 1 properties
public static System.Threading.Tasks.Task Sandbox.GameTask.CompletedTask { get; set; }
Returns:
Task—No results match this filter.