C# 클래스 LifeSimulation.Races.RandomRace.RandomLifelet

The Random Lifelet just randomly walks around the world and randomly performs various actions. This class is meant as an example.
상속: LifeSimulation.Core.Lifelet
파일 보기 프로젝트 열기: dankrusi/life-simulation-challenge

공개 메소드들

메소드 설명
RandomLifelet ( World world, Vector pos ) : System
Simulate ( ) : void

메소드 상세

RandomLifelet() 공개 메소드

public RandomLifelet ( World world, Vector pos ) : System
world LifeSimulation.Core.World
pos LifeSimulation.Core.Vector
리턴 System

Simulate() 공개 메소드

public Simulate ( ) : void
리턴 void