C# Class LifeSimulation.Core.Message

The Message class represents a single message which is broadcasted by a lifelet.
Inheritance: Obstacle
显示文件 Open project: dankrusi/life-simulation-challenge

Public Methods

Method Description
Draw ( Graphics g ) : void
Message ( World world, char contents, Lifelet sender ) : System
Simulate ( ) : void

Method Details

Draw() public method

public Draw ( Graphics g ) : void
g System.Drawing.Graphics
return void

Message() public method

public Message ( World world, char contents, Lifelet sender ) : System
world World
contents char
sender Lifelet
return System

Simulate() public method

public Simulate ( ) : void
return void