C# Class Haze.Renderer

Render base class. You should implement 2D or 3D rendering here, based on Graphic object.
Show file Open project: FellowshipOfTheGame/HazeCSharp

Public Methods

Method Description
Draw ( Haze.Graphic graphics ) : void

Method Details

Draw() public abstract method

public abstract Draw ( Haze.Graphic graphics ) : void
graphics Haze.Graphic
return void