// Start is called before the first frame update void Start() { _irCharacteristic = new IRCharacteristic(); _value = 0; _characteristics = new List <Characteristic>( new Characteristic[] { _irCharacteristic } ); }
// Start is called before the first frame update void Start() { _irCharacteristic = new IRCharacteristic(); _value = 0; _characteristics = new List <Characteristic>( new Characteristic[] { _irCharacteristic } ); //InvokeRepeating("UpdateCharacteristics", 0f, 1f); }