C# Class Dwarrowdelf.Client.GameComponent

Inheritance: Component, IGameUpdatable, IGameDrawable
Afficher le fichier Open project: tomba/dwarrowdelf

Méthodes publiques

Méthode Description
Draw ( Camera camera ) : void
Update ( ) : void

Méthodes protégées

Méthode Description
GameComponent ( GameCore game ) : System

Method Details

Draw() public abstract méthode

public abstract Draw ( Camera camera ) : void
camera Camera
Résultat void

GameComponent() protected méthode

protected GameComponent ( GameCore game ) : System
game GameCore
Résultat System

Update() public abstract méthode

public abstract Update ( ) : void
Résultat void