C# 클래스 Artemis.Modules.Games.TheDivision.TheDivisionModel

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

공개 메소드들

메소드 설명
Dispose ( ) : void
Enable ( ) : void
GetRenderLayers ( bool keyboardOnly ) : List
TheDivisionModel ( MainManager mainManager ) : System.Collections.Generic
Update ( ) : void

비공개 메소드들

메소드 설명
InterpertrateDivisionKey ( IReadOnlyList parts ) : void
PipeServerOnPipeMessage ( string reply ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Enable() 공개 메소드

public Enable ( ) : void
리턴 void

GetRenderLayers() 공개 메소드

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

TheDivisionModel() 공개 메소드

public TheDivisionModel ( MainManager mainManager ) : System.Collections.Generic
mainManager Artemis.Managers.MainManager
리턴 System.Collections.Generic

Update() 공개 메소드

public Update ( ) : void
리턴 void