Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
LifeSimulation
Races
CannibalRace
CannibalLifelet
C# Class LifeSimulation.Races.CannibalRace.CannibalLifelet
The Cannibal Lifelet sacrifices the entire race to a chosen leader, creating a super energized single lifelet. This class is meant as an example.
Inheritance:
LifeSimulation.Core.Lifelet
Mostra file
Open project: dankrusi/life-simulation-challenge
Public Methods
Method
Description
CannibalLifelet
(
World
world
,
Vector
pos
) :
System
Simulate
( ) :
void
Method Details
CannibalLifelet()
public
method
public
CannibalLifelet
(
World
world
,
Vector
pos
) :
System
world
LifeSimulation.Core.World
pos
LifeSimulation.Core.Vector
return
System
Simulate()
public
method
public
Simulate
( ) :
void
return
void