C# Class FarmManager, gro-ui

Inheritance: MonoBehaviour
Afficher le fichier Open project: OpenAgInitiative/gro-ui Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
InitializerHelp ( GameObject obj ) : IEnumerator

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

GetPlantModel() public méthode

public GetPlantModel ( string plantType ) : GameObject
plantType string
Résultat GameObject

Initialize() public méthode

public Initialize ( string URL ) : IEnumerator
URL string
Résultat IEnumerator

InitializeFarm() public méthode

public InitializeFarm ( string URL ) : void
URL string
Résultat void

LoadFarmObject() public méthode

public LoadFarmObject ( string URL ) : IEnumerator
URL string
Résultat IEnumerator

SetActiveObject() public méthode

public SetActiveObject ( Transform newActiveObject ) : void
newActiveObject Transform
Résultat void

StartAddPlantModule() public méthode

public StartAddPlantModule ( ) : void
Résultat void

StartAdjustModule() public méthode

public StartAdjustModule ( ) : void
Résultat void

StartDownloadDataModule() public méthode

public StartDownloadDataModule ( ) : void
Résultat void

StartHarvestModule() public méthode

public StartHarvestModule ( ) : void
Résultat void

Property Details

AddPlantButton public_oe property

public Button AddPlantButton
Résultat Button

AddPlantExpanded public_oe property

public bool AddPlantExpanded
Résultat bool

AddPlantModulePrefab public_oe property

public GameObject AddPlantModulePrefab
Résultat GameObject

AddPlantPanel public_oe property

public GameObject AddPlantPanel
Résultat GameObject

AdjustExpanded public_oe property

public bool AdjustExpanded
Résultat bool

AdjustPanel public_oe property

public GameObject AdjustPanel
Résultat GameObject

AdjustSystemModulePrefab public_oe property

public GameObject AdjustSystemModulePrefab
Résultat GameObject

DownloadDataModulePrefab public_oe property

public GameObject DownloadDataModulePrefab
Résultat GameObject

DownloadExpanded public_oe property

public bool DownloadExpanded
Résultat bool

DownloadPanel public_oe property

public GameObject DownloadPanel
Résultat GameObject

HarvestButton public_oe property

public Button HarvestButton
Résultat Button

HarvestExpanded public_oe property

public bool HarvestExpanded
Résultat bool

HarvestModulePrefab public_oe property

public GameObject HarvestModulePrefab
Résultat GameObject

HarvestPanel public_oe property

public GameObject HarvestPanel
Résultat GameObject

activeObject public_oe property

public Transform activeObject
Résultat Transform

defaultPlantModel public_oe property

public GameObject defaultPlantModel
Résultat GameObject

emptySite public_oe property

public GameObject emptySite
Résultat GameObject

enclosurePrefab public_oe property

public GameObject enclosurePrefab
Résultat GameObject

genericPrefab public_oe property

public GameObject genericPrefab
Résultat GameObject

plantModelMap public_oe property

public List plantModelMap
Résultat List

sensingPointPrefab public_oe property

public GameObject sensingPointPrefab
Résultat GameObject

sitePrefab public_oe property

public GameObject sitePrefab
Résultat GameObject

testPlantLeaf public_oe property

public GameObject testPlantLeaf
Résultat GameObject

testSitePrefab public_oe property

public GameObject testSitePrefab
Résultat GameObject

trayPrefab public_oe property

public GameObject trayPrefab
Résultat GameObject