C# Class SensingPointChoice, gro-ui

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

Méthodes publiques

Свойство Type Description
node JSONNode
selected bool
selectionReceiver ISelectionReceiver
sensingPointName Text

Méthodes publiques

Méthode Description
SetName ( string name ) : void
ToggleChoice ( bool toggle ) : void

Method Details

SetName() public méthode

public SetName ( string name ) : void
name string
Résultat void

ToggleChoice() public méthode

public ToggleChoice ( bool toggle ) : void
toggle bool
Résultat void

Property Details

node public_oe property

public JSONNode node
Résultat JSONNode

selected public_oe property

public bool selected
Résultat bool

selectionReceiver public_oe property

public ISelectionReceiver selectionReceiver
Résultat ISelectionReceiver

sensingPointName public_oe property

public Text sensingPointName
Résultat Text