C# Class SensingPointChoice, gro-ui

Inheritance: MonoBehaviour
Show file Open project: OpenAgInitiative/gro-ui

Public Properties

Property Type Description
node JSONNode
selected bool
selectionReceiver ISelectionReceiver
sensingPointName Text

Public Methods

Method Description
SetName ( string name ) : void
ToggleChoice ( bool toggle ) : void

Method Details

SetName() public method

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

ToggleChoice() public method

public ToggleChoice ( bool toggle ) : void
toggle bool
return void

Property Details

node public property

public JSONNode node
return JSONNode

selected public property

public bool selected
return bool

selectionReceiver public property

public ISelectionReceiver selectionReceiver
return ISelectionReceiver

sensingPointName public property

public Text sensingPointName
return Text