Method | Description | |
---|---|---|
ChangeSoilObject ( int soilId, GenerationObject, seedObject ) : void | ||
ClearGenerations ( ) : void | ||
GetPlayableGeneration ( ) : Generation, | ||
OnGUI ( ) : void | ||
PopGeneration ( ) : void | ||
PushGeneration ( Generation, gen ) : void | ||
UnPlantSeed ( int soilId ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
GenerationManager ( ) : System |
public ChangeSoilObject ( int soilId, GenerationObject, seedObject ) : void | ||
soilId | int | |
seedObject | GenerationObject, | |
return | void |
public GetPlayableGeneration ( ) : Generation, | ||
return | Generation, |
public PushGeneration ( Generation, gen ) : void | ||
gen | Generation, | |
return | void |