C# Class Nomad.Engine

Afficher le fichier Open project: Azerothian/fc3editor Class Usage Examples

Méthodes publiques

Свойство Type Description
Game Game
TickAlways bool
_instance Engine

Méthodes publiques

Méthode Description
Close ( ) : void
EvaluateReloadState ( ) : ReloadState
Init ( Game game ) : bool
Invoke ( Engine callback ) : void
Reload ( ReloadState reloadState ) : void
Reset ( System mainWindow, System viewport ) : void
Run ( bool tickAlways ) : void
UpdateResolution ( Size size ) : void

Private Methods

Méthode Description
GetLanguage ( ) : string
InitInternal ( ) : void
MessagePumpCallback ( bool deferQuit, bool blockRenderer ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

EvaluateReloadState() public méthode

public EvaluateReloadState ( ) : ReloadState
Résultat ReloadState

Init() public méthode

public Init ( Game game ) : bool
game Game
Résultat bool

Invoke() public méthode

public Invoke ( Engine callback ) : void
callback Engine
Résultat void

Reload() public méthode

public Reload ( ReloadState reloadState ) : void
reloadState ReloadState
Résultat void

Reset() public méthode

public Reset ( System mainWindow, System viewport ) : void
mainWindow System
viewport System
Résultat void

Run() public méthode

public Run ( bool tickAlways ) : void
tickAlways bool
Résultat void

UpdateResolution() public méthode

public UpdateResolution ( Size size ) : void
size System.Drawing.Size
Résultat void

Property Details

Game public_oe static_oe property

public static Game,Nomad Game
Résultat Game

TickAlways public_oe property

public bool TickAlways
Résultat bool

_instance public_oe static_oe property

public static Engine,Nomad _instance
Résultat Engine