Corgi Engine  v8.8
MoreMountains.Feedbacks.MMFeedbacksCoroutine Class Reference

Coroutine helpers More...

Static Public Member Functions

static IEnumerator WaitForFrames (int frameCount)
 Waits for the specified amount of frames use : yield return MMCoroutine.WaitFor(1); More...
 
static IEnumerator WaitFor (float seconds)
 Waits for the specified amount of seconds (using regular time) use : yield return MMCoroutine.WaitFor(1f); More...
 
static IEnumerator WaitForUnscaled (float seconds)
 Waits for the specified amount of seconds (using unscaled time) use : yield return MMCoroutine.WaitForUnscaled(1f); More...
 

Detailed Description

Coroutine helpers

Member Function Documentation

◆ WaitFor()

static IEnumerator MoreMountains.Feedbacks.MMFeedbacksCoroutine.WaitFor ( float  seconds)
static

Waits for the specified amount of seconds (using regular time) use : yield return MMCoroutine.WaitFor(1f);

Parameters
seconds
Returns

◆ WaitForFrames()

static IEnumerator MoreMountains.Feedbacks.MMFeedbacksCoroutine.WaitForFrames ( int  frameCount)
static

Waits for the specified amount of frames use : yield return MMCoroutine.WaitFor(1);

Parameters
frameCount
Returns

◆ WaitForUnscaled()

static IEnumerator MoreMountains.Feedbacks.MMFeedbacksCoroutine.WaitForUnscaled ( float  seconds)
static

Waits for the specified amount of seconds (using unscaled time) use : yield return MMCoroutine.WaitForUnscaled(1f);

Parameters
seconds
Returns

The documentation for this class was generated from the following file: