C# Class Artemis.Modules.Games.TheDivision.TheDivisionModel

Inheritance: Artemis.Models.GameModel
Afficher le fichier Open project: SpoinkyNL/Artemis Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Enable ( ) : void
GetRenderLayers ( bool keyboardOnly ) : List
TheDivisionModel ( MainManager mainManager ) : System.Collections.Generic
Update ( ) : void

Private Methods

Méthode Description
InterpertrateDivisionKey ( IReadOnlyList parts ) : void
PipeServerOnPipeMessage ( string reply ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Enable() public méthode

public Enable ( ) : void
Résultat void

GetRenderLayers() public méthode

public GetRenderLayers ( bool keyboardOnly ) : List
keyboardOnly bool
Résultat List

TheDivisionModel() public méthode

public TheDivisionModel ( MainManager mainManager ) : System.Collections.Generic
mainManager Artemis.Managers.MainManager
Résultat System.Collections.Generic

Update() public méthode

public Update ( ) : void
Résultat void