C# Class Dwarrowdelf.Client.SelectionRenderer

Inheritance: GameComponent
Mostra file Open project: tomba/dwarrowdelf Class Usage Examples

Public Methods

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

Private Methods

Method Description
LoadContent ( ) : void
SelectionRenderer ( ) : System
SetWorlMatrix ( IntVector3 pos, IntSize3 size, Direction dir ) : void

Method Details

Draw() public method

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

SelectionRenderer() public method

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

Update() public method

public Update ( ) : void
return void