Méthode | Description | |
---|---|---|
MultiSleeper ( ) : System.Collections.Generic |
Initializes a new instance of the MultiSleeper class.
|
|
Reset ( object id ) : void |
The reset.
|
|
Sleep ( float duration, object id, bool extendCurrentSleep = false ) : void |
The sleep.
|
|
Sleeping ( object id ) : bool |
The sleeping.
|
public MultiSleeper ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public Sleep ( float duration, object id, bool extendCurrentSleep = false ) : void | ||
duration | float | /// The duration. /// |
id | object | /// The id. /// |
extendCurrentSleep | bool | /// The extend current sleep. /// |
Résultat | void |
public Sleeping ( object id ) : bool | ||
id | object | /// The id. /// |
Résultat | bool |