C# Class Dwarrowdelf.Client.GameComponent

Inheritance: Component, IGameUpdatable, IGameDrawable
Mostra file Open project: tomba/dwarrowdelf

Public Methods

Method Description
Draw ( Camera camera ) : void
Update ( ) : void

Protected Methods

Method Description
GameComponent ( GameCore game ) : System

Method Details

Draw() public abstract method

public abstract Draw ( Camera camera ) : void
camera Camera
return void

GameComponent() protected method

protected GameComponent ( GameCore game ) : System
game GameCore
return System

Update() public abstract method

public abstract Update ( ) : void
return void