C# Class Emotion.Game.Time.Routines.WaitForSeconds

Wrapper over Emotion.Game.Time.After. This exists to parrot the class in Unity.
Inheritance: After
Show file Open project: Cryru/Emotion

Public Methods

Method Description
WaitForSeconds ( float seconds )

Create a new time waiter.

Method Details

WaitForSeconds() public method

Create a new time waiter.
public WaitForSeconds ( float seconds )
seconds float The number of seconds to wait for.