C# Class Dwarrowdelf.Client.GameCore

Inheritance: Component
Afficher le fichier Open project: tomba/dwarrowdelf Class Usage Examples

Méthodes publiques

Свойство Type Description
Surfaces List
Updatables List

Méthodes publiques

Méthode Description
Start ( ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposeManagedResources ) : void
GameCore ( ) : System

Private Methods

Méthode Description
CompositionTarget_Rendering ( object sender, EventArgs _e ) : void
CreateDevice ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
Résultat void

GameCore() protected méthode

protected GameCore ( ) : System
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

Surfaces public_oe property

public List Surfaces
Résultat List

Updatables public_oe property

public List Updatables
Résultat List