Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
LifeSimulation
Core
Message
C# 클래스 LifeSimulation.Core.Message
The Message class represents a single message which is broadcasted by a lifelet.
상속:
Obstacle
파일 보기
프로젝트 열기: dankrusi/life-simulation-challenge
공개 메소드들
메소드
설명
Draw
(
Graphics
g
) :
void
Message
(
World
world
,
char
contents
,
Lifelet
sender
) :
System
Simulate
( ) :
void
메소드 상세
Draw()
공개
메소드
public
Draw
(
Graphics
g
) :
void
g
System.Drawing.Graphics
리턴
void
Message()
공개
메소드
public
Message
(
World
world
,
char
contents
,
Lifelet
sender
) :
System
world
World
contents
char
sender
Lifelet
리턴
System
Simulate()
공개
메소드
public
Simulate
( ) :
void
리턴
void