C# Class PlantInfoEntry, gro-ui

Inheritance: MonoBehaviour
Datei anzeigen Open project: OpenAgInitiative/gro-ui Class Usage Examples

Public Properties

Property Type Description
labelDisplay Text

Public Methods

Method Description
SetLabel ( string label ) : void
SetValue ( string value, int style ) : void

Method Details

SetLabel() public method

public SetLabel ( string label ) : void
label string
return void

SetValue() public method

public SetValue ( string value, int style ) : void
value string
style int
return void

Property Details

labelDisplay public_oe property

public Text labelDisplay
return Text