C# Class MegaMan.Engine.GameRenderEventArgs

These args are sent with drawing events so that things can draw on them. Pretty straightforward.
Inheritance: System.EventArgs
Datei anzeigen Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method Description
GameRenderEventArgs ( IRenderingContext context ) : System

Method Details

GameRenderEventArgs() public method

public GameRenderEventArgs ( IRenderingContext context ) : System
context IRenderingContext
return System