C# Класс LifeSimulation.Races.SnakeRace.SnakeLifelet

The Snake Lifelet forms a chain with other lifelets of the same race, moving through the world like a snake. This class is meant as an example.
Наследование: LifeSimulation.Core.Lifelet
Показать файл Открыть проект

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

Метод Описание
Simulate ( ) : void
SnakeLifelet ( World world, Vector pos ) : System

Защищенные методы

Метод Описание
debugDraw ( Graphics g ) : void

Описание методов

Simulate() публичный Метод

public Simulate ( ) : void
Результат void

SnakeLifelet() публичный Метод

public SnakeLifelet ( World world, Vector pos ) : System
world LifeSimulation.Core.World
pos LifeSimulation.Core.Vector
Результат System

debugDraw() защищенный Метод

protected debugDraw ( Graphics g ) : void
g System.Drawing.Graphics
Результат void