Метод | Описание | |
---|---|---|
GetAttributeWarnings ( ) : string |
Retrieves attribute warnings. The Plant class implements no warnings and so delegates to the base class for warnings.
|
|
InitializeNewState ( Point position, int generation ) : OrganismBase.OrganismState |
Initializes a new state object with the given position and family generation
|
|
PlantSpecies ( |
Creates a new species object from a CLR Type by pulling information off of the type's attributes.
|
public InitializeNewState ( Point position, int generation ) : OrganismBase.OrganismState | ||
position | Point | The position of the new PlantState |
generation | int | The family generation of the new Plant |
Результат | OrganismBase.OrganismState |
public PlantSpecies ( |
||
clrType | The Type representing the Plant class. | |
Результат | System |