|
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...
|
|
◆ 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
-
- 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
-
- 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
-
- Returns
The documentation for this class was generated from the following file:
- Assets/CorgiEngine/ThirdParty/MoreMountains/MMTools/Core/MMHelpers/MMCoroutine.cs