NiceTouch v2.1
MoreMountains.Tools.MMCoroutine Class Reference

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...
 

Member Function Documentation

◆ WaitFor()

static IEnumerator MoreMountains.Tools.MMCoroutine.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.Tools.MMCoroutine.WaitForFrames ( int  frameCount)
static

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

Parameters
frameCount
Returns

◆ WaitForUnscaled()

static IEnumerator MoreMountains.Tools.MMCoroutine.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: