Twilight Princess
Remastered version of the GameCube game
Loading...
Searching...
No Matches
EnumeratorHelper Class Reference

Static Public Member Functions

static void Create (float delay, Action action)
 
static async Task CreateAsync (float delay, Action action)
 

Static Private Member Functions

static IEnumerator ExecuteAfterDelay (float delay, Action action)
 
static async Task ExecuteAfterDelayAsync (float delay, Action action)
 
static IEnumerator WaitAndComplete (TaskCompletionSource< bool > tcs, float delay, Action action)
 

Member Function Documentation

◆ 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: