C# Class PlantInfoBoxManager, gro-ui

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

Méthodes publiques

Свойство Type Description
commonNameDisplay Text
hasActivePlant bool
infoEntryPrefab GameObject

Méthodes publiques

Méthode Description
AddInfo ( string label, float value, int style ) : void
AddInfo ( string label, string value, int style ) : void
ClearActivePlant ( ) : void
FixedUpdate ( ) : void
SetCommonName ( string commonName ) : void

Private Methods

Méthode Description
Awake ( ) : void

Method Details

AddInfo() public méthode

public AddInfo ( string label, float value, int style ) : void
label string
value float
style int
Résultat void

AddInfo() public méthode

public AddInfo ( string label, string value, int style ) : void
label string
value string
style int
Résultat void

ClearActivePlant() public méthode

public ClearActivePlant ( ) : void
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

SetCommonName() public méthode

public SetCommonName ( string commonName ) : void
commonName string
Résultat void

Property Details

commonNameDisplay public_oe property

public Text commonNameDisplay
Résultat Text

hasActivePlant public_oe property

public bool hasActivePlant
Résultat bool

infoEntryPrefab public_oe property

public GameObject infoEntryPrefab
Résultat GameObject