C# Class PlantTypeChoice, gro-ui

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

Public Properties

Property Type Description
commonNameDisplay Text
latinNameDisplay Text
plantTypeNode JSONNode
removeButton Button
url string

Public Methods

Method Description
RemoveButtonPress ( ) : void
SetCommonName ( string name ) : void
SetLatinName ( string name ) : void
ToggleSet ( bool val ) : void

Method Details

RemoveButtonPress() public method

public RemoveButtonPress ( ) : void
return void

SetCommonName() public method

public SetCommonName ( string name ) : void
name string
return void

SetLatinName() public method

public SetLatinName ( string name ) : void
name string
return void

ToggleSet() public method

public ToggleSet ( bool val ) : void
val bool
return void

Property Details

commonNameDisplay public_oe property

public Text commonNameDisplay
return Text

latinNameDisplay public_oe property

public Text latinNameDisplay
return Text

plantTypeNode public_oe property

public JSONNode plantTypeNode
return JSONNode

removeButton public_oe property

public Button removeButton
return Button

url public_oe property

public string url
return string