C# Class Dwarrowdelf.Client.DesignationRenderer

Inheritance: GameComponent
Datei anzeigen Open project: tomba/dwarrowdelf Class Usage Examples

Public Methods

Method Description
DesignationRenderer ( MyGame game ) : System
Draw ( Camera camera ) : void
Update ( ) : void

Private Methods

Method Description
DesignationRenderer ( ) : System
LoadContent ( ) : void
OnEnvChanged ( EnvironmentObject oldEnv, EnvironmentObject newEnv ) : void
SetWorlMatrix ( IntVector3 pos, IntSize3 size, Direction dir ) : void

Method Details

DesignationRenderer() public method

public DesignationRenderer ( MyGame game ) : System
game MyGame
return System

Draw() public method

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

Update() public method

public Update ( ) : void
return void