C# Class Dwarrowdelf.Client.DebugAxesRenderer

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

Public Methods

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

Private Methods

Method Description
DrawAxes ( Camera camera ) : void
DrawPlane ( Camera camera ) : void
LoadContent ( ) : void

Method Details

DebugAxesRenderer() public method

public DebugAxesRenderer ( 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