C# Class LifeSimulation.Core.Message

The Message class represents a single message which is broadcasted by a lifelet.
Inheritance: Obstacle
Afficher le fichier Open project: dankrusi/life-simulation-challenge

Méthodes publiques

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

Method Details

Draw() public méthode

public Draw ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

Message() public méthode

public Message ( World world, char contents, Lifelet sender ) : System
world World
contents char
sender Lifelet
Résultat System

Simulate() public méthode

public Simulate ( ) : void
Résultat void