Property | Type | Description | |
---|---|---|---|
commonNameDisplay | Text | ||
hasActivePlant | bool | ||
infoEntryPrefab | GameObject |
Method | 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 |
Method | Description | |
---|---|---|
Awake ( ) : void |
public AddInfo ( string label, float value, int style ) : void | ||
label | string | |
value | float | |
style | int | |
return | void |
public AddInfo ( string label, string value, int style ) : void | ||
label | string | |
value | string | |
style | int | |
return | void |
public SetCommonName ( string commonName ) : void | ||
commonName | string | |
return | void |