C# Class Nez.WaitForSeconds

helper class for when a coroutine wants to pause for some duration. Returning Coroutine.waitForSeconds returns one of these to avoid having to return an int/float and paying the boxing penalty.
ファイルを表示 Open project: prime31/Nez

Private Methods

Method Description
wait ( float seconds ) : WaitForSeconds