C# Class HikariThreading.NapForSeconds

Inheritance: ICompletable
Mostra file Open project: ReinAkane/Hikari

Public Methods

Method Description
NapForSeconds ( float seconds ) : System

Creates a new NapForSeconds object that will nap for the passed number of seconds.

Method Details

NapForSeconds() public method

Creates a new NapForSeconds object that will nap for the passed number of seconds.
public NapForSeconds ( float seconds ) : System
seconds float
return System