C# Class 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.
Inheritance: LifeSimulation.Core.Lifelet
显示文件 Open project: dankrusi/life-simulation-challenge

Public Methods

Method Description
RandomLifelet ( World world, Vector pos ) : System
Simulate ( ) : void

Method Details

RandomLifelet() public method

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

Simulate() public method

public Simulate ( ) : void
return void