Ejemplo n.º 1
0
    // Start is called before the first frame update
    void Start()
    {
        _irCharacteristic = new IRCharacteristic();

        _value = 0;

        _characteristics = new List <Characteristic>(
            new Characteristic[] { _irCharacteristic }
            );
    }
Ejemplo n.º 2
0
    // 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);
    }