C# Class Artemis.Modules.Games.EurotruckSimulator2.EurotruckSimulator2Model

Inheritance: Artemis.Models.GameModel
显示文件 Open project: SpoinkyNL/Artemis Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Enable ( ) : void
EurotruckSimulator2Model ( MainManager mainManager ) : System.Collections.Generic
GetRenderLayers ( bool keyboardOnly ) : List
Update ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Enable() public method

public Enable ( ) : void
return void

EurotruckSimulator2Model() public method

public EurotruckSimulator2Model ( MainManager mainManager ) : System.Collections.Generic
mainManager Artemis.Managers.MainManager
return System.Collections.Generic

GetRenderLayers() public method

public GetRenderLayers ( bool keyboardOnly ) : List
keyboardOnly bool
return List

Update() public method

public Update ( ) : void
return void