C# 클래스 Ensage.Common.Objects.UtilityObjects.MultiSleeper

The sleeper.
파일 보기 프로젝트 열기: EnsageSharp/Ensage.Common 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

MultiSleeper() 공개 메소드

Initializes a new instance of the MultiSleeper class.
public MultiSleeper ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Reset() 공개 메소드

The reset.
public Reset ( object id ) : void
id object /// The id. ///
리턴 void

Sleep() 공개 메소드

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. ///
리턴 void

Sleeping() 공개 메소드

The sleeping.
public Sleeping ( object id ) : bool
id object /// The id. ///
리턴 bool