C# Class Nez.Coroutine

Show file Open project: prime31/Nez

Public Methods

Method Description
waitForSeconds ( float seconds ) : object

causes a Coroutine to pause for the specified duration. Yield on Coroutine.waitForSeconds in a coroutine to use.

Method Details

waitForSeconds() public static method

causes a Coroutine to pause for the specified duration. Yield on Coroutine.waitForSeconds in a coroutine to use.
public static waitForSeconds ( float seconds ) : object
seconds float Seconds.
return object