Property | Type | Description | |
---|---|---|---|
iconDisplay | GameObject | ||
myResource | FarmResource, | ||
mySensor | FarmSensor, | ||
nameDisplay | Text | ||
refreshTime | float | ||
resourceProperty | string | ||
resourceType | string | ||
sensorType | string | ||
tryAgainButton | GameObject | ||
url | string | ||
urlDataPoint | string | ||
valueDisplay | Text |
Method | Description | |
---|---|---|
Initialize ( string URL ) : IEnumerator | ||
SetIcon ( ) : void | ||
SetName ( ) : void | ||
SetValue ( string value ) : void | ||
Start ( ) : void | ||
TryAgainButton ( ) : void |
Method | Description | |
---|---|---|
UpdateSensorValue ( ) : IEnumerator |
public Initialize ( string URL ) : IEnumerator | ||
URL | string | |
return | IEnumerator |