C# Class MegaMan.Engine.GameRenderEventArgs

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

Méthodes publiques

Méthode Description
GameRenderEventArgs ( IRenderingContext context ) : System

Method Details

GameRenderEventArgs() public méthode

public GameRenderEventArgs ( IRenderingContext context ) : System
context IRenderingContext
Résultat System