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
Afficher le fichier Open project: dankrusi/life-simulation-challenge

Méthodes publiques

Méthode Description
RandomLifelet ( World world, Vector pos ) : System
Simulate ( ) : void

Method Details

RandomLifelet() public méthode

public RandomLifelet ( World world, Vector pos ) : System
world LifeSimulation.Core.World
pos LifeSimulation.Core.Vector
Résultat System

Simulate() public méthode

public Simulate ( ) : void
Résultat void