ScriptSystemExtensions.

WaitFor(ScriptSystem, TimeSpan) Method

Summary

Waits for the specified delay delay .
Namespace
StrideToolkit.Engine
Containing Type
ScriptSystemExtensions

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.