C# Class Protogame.NetworkProfilerVisualiser

Inheritance: INetworkProfilerVisualiser
Exibir arquivo Open project: RedpointGames/Protogame

Public Methods

Method Description
GetHeight ( int backBufferHeight ) : int
Render ( IGameContext gameContext, IRenderContext renderContext, Rectangle rectangle ) : void

Method Details

GetHeight() public method

public GetHeight ( int backBufferHeight ) : int
backBufferHeight int
return int

Render() public method

public Render ( IGameContext gameContext, IRenderContext renderContext, Rectangle rectangle ) : void
gameContext IGameContext
renderContext IRenderContext
rectangle Microsoft.Xna.Framework.Rectangle
return void