Property | Type | Description | |
---|---|---|---|
AddPlantButton | Button | ||
AddPlantExpanded | bool | ||
AddPlantModulePrefab | GameObject | ||
AddPlantPanel | GameObject | ||
AdjustExpanded | bool | ||
AdjustPanel | GameObject | ||
AdjustSystemModulePrefab | GameObject | ||
DownloadDataModulePrefab | GameObject | ||
DownloadExpanded | bool | ||
DownloadPanel | GameObject | ||
HarvestButton | Button | ||
HarvestExpanded | bool | ||
HarvestModulePrefab | GameObject | ||
HarvestPanel | GameObject | ||
activeObject | Transform | ||
defaultPlantModel | GameObject | ||
emptySite | GameObject | ||
enclosurePrefab | GameObject | ||
genericPrefab | GameObject | ||
plantModelMap | List |
||
sensingPointPrefab | GameObject | ||
sitePrefab | GameObject | ||
testPlantLeaf | GameObject | ||
testSitePrefab | GameObject | ||
trayPrefab | GameObject |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
GetPlantModel ( string plantType ) : GameObject | ||
Initialize ( string URL ) : IEnumerator | ||
InitializeFarm ( string URL ) : void | ||
LoadFarmObject ( string URL ) : IEnumerator | ||
SetActiveObject ( Transform newActiveObject ) : void | ||
StartAddPlantModule ( ) : void | ||
StartAdjustModule ( ) : void | ||
StartDownloadDataModule ( ) : void | ||
StartHarvestModule ( ) : void |
Method | Description | |
---|---|---|
InitializerHelp ( GameObject obj ) : IEnumerator |
public GetPlantModel ( string plantType ) : GameObject | ||
plantType | string | |
return | GameObject |
public Initialize ( string URL ) : IEnumerator | ||
URL | string | |
return | IEnumerator |
public LoadFarmObject ( string URL ) : IEnumerator | ||
URL | string | |
return | IEnumerator |
public SetActiveObject ( Transform newActiveObject ) : void | ||
newActiveObject | Transform | |
return | void |
public GameObject AdjustSystemModulePrefab | ||
return | GameObject |
public GameObject DownloadDataModulePrefab | ||
return | GameObject |