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
Показать файл Открыть проект

Открытые методы

Метод Описание
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