Method | Description | |
---|---|---|
NewOrganism ( OrganismBase.OrganismState state, byte dna ) : System |
Creates a NewOrganism object intialized with the creature's state, some DNA information if available. The state object must be immutable for this to succeed.
|
public NewOrganism ( OrganismBase.OrganismState state, byte dna ) : System | ||
state | OrganismBase.OrganismState | The state of the organism to be added. |
dna | byte | The DNA the creature gets initialized with. |
return | System |