C# Class SpaceSim.Drawing.EventManager

Datei anzeigen Open project: zlynn1990/SpaceSim Class Usage Examples

Public Methods

Method Description
AddMessage ( string message, ISpaceCraft spaceCraft ) : void
EventManager ( Point position, double displayTime, double fadeTime ) : System
Render ( Graphics graphics ) : void
Update ( double dt ) : void

Method Details

AddMessage() public method

public AddMessage ( string message, ISpaceCraft spaceCraft ) : void
message string
spaceCraft ISpaceCraft
return void

EventManager() public method

public EventManager ( Point position, double displayTime, double fadeTime ) : System
position Point
displayTime double
fadeTime double
return System

Render() public method

public Render ( Graphics graphics ) : void
graphics System.Drawing.Graphics
return void

Update() public method

public Update ( double dt ) : void
dt double
return void