|
static void | Create (float delay, Action action) |
|
static async Task | CreateAsync (float delay, Action action) |
|
◆ Create()
static void EnumeratorHelper.Create |
( |
float | delay, |
|
|
Action | action ) |
|
static |
◆ CreateAsync()
static async Task EnumeratorHelper.CreateAsync |
( |
float | delay, |
|
|
Action | action ) |
|
static |
◆ ExecuteAfterDelay()
static IEnumerator EnumeratorHelper.ExecuteAfterDelay |
( |
float | delay, |
|
|
Action | action ) |
|
staticprivate |
◆ ExecuteAfterDelayAsync()
static async Task EnumeratorHelper.ExecuteAfterDelayAsync |
( |
float | delay, |
|
|
Action | action ) |
|
staticprivate |
◆ WaitAndComplete()
static IEnumerator EnumeratorHelper.WaitAndComplete |
( |
TaskCompletionSource< bool > | tcs, |
|
|
float | delay, |
|
|
Action | action ) |
|
staticprivate |
The documentation for this class was generated from the following file: