C# Class Ensage.Common.Objects.UtilityObjects.MultiSleeper

The sleeper.
Afficher le fichier Open project: EnsageSharp/Ensage.Common Class Usage Examples

Méthodes publiques

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.

Method Details

MultiSleeper() public méthode

Initializes a new instance of the MultiSleeper class.
public MultiSleeper ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Reset() public méthode

The reset.
public Reset ( object id ) : void
id object /// The id. ///
Résultat void

Sleep() public méthode

The sleep.
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

Sleeping() public méthode

The sleeping.
public Sleeping ( object id ) : bool
id object /// The id. ///
Résultat bool