C# 클래스 Artemis.Modules.Games.UnrealTournament.UnrealTournamentModel

상속: Artemis.Models.GameModel
파일 보기 프로젝트 열기: SpoinkyNL/Artemis 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Enable ( ) : void
GetRenderLayers ( bool keyboardOnly ) : List
UnrealTournamentModel ( MainManager mainManager ) : System
Update ( ) : void

비공개 메소드들

메소드 설명
KillTimerOnElapsed ( object sender, System.Timers.ElapsedEventArgs elapsedEventArgs ) : void
PipeServerOnPipeMessage ( string message ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Enable() 공개 메소드

public Enable ( ) : void
리턴 void

GetRenderLayers() 공개 메소드

public GetRenderLayers ( bool keyboardOnly ) : List
keyboardOnly bool
리턴 List

UnrealTournamentModel() 공개 메소드

public UnrealTournamentModel ( MainManager mainManager ) : System
mainManager Artemis.Managers.MainManager
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void