Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
LifeSimulation
Core
Message
C# Class LifeSimulation.Core.Message
The Message class represents a single message which is broadcasted by a lifelet.
Inheritance:
Obstacle
Datei anzeigen
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