Summary
Waits for the specified delay delay .
- Namespace
- StrideToolkit
.Engine - Containing Type
- Script
System Extensions
Syntax
public static Task WaitFor(this ScriptSystem scriptSystem, TimeSpan delay)
Parameters
| Name | Type | Description |
|---|---|---|
| scriptSystem | ScriptSystem | The ScriptSystem. |
| delay | TimeSpan | The amount of time to wait. |
Return Value
| Type | Description |
|---|---|
| Task | The Task to await. |
