메소드 | 설명 | |
---|---|---|
AnimalSpecies ( |
Creates a new Animal species from a CLR Type object. Initializes the new species properties based on various attributes on the Type.
|
|
GetAttributeWarnings ( ) : string |
Generates warnings for attributes that have wasted points.
|
|
InitializeNewState ( Point position, int generation ) : OrganismBase.OrganismState |
Initializes a new state given a position and a generation. This is used when creatures give birth, and the state has to effectively be cloned.
|
public AnimalSpecies ( |
||
clrType | The type for the organism class. | |
리턴 | System |
public InitializeNewState ( Point position, int generation ) : OrganismBase.OrganismState | ||
position | Point | The new position of the creature in the world. |
generation | int | The family generation for this creature. |
리턴 | OrganismBase.OrganismState |