Klak.Wiring.Toggle.Start C# (CSharp) Method

Start() private method

private Start ( ) : void
return void
        void Start()
        {
            _value = new FloatInterpolator(_offValue, _interpolator);
            if (_sendOnStartUp) _offEvent.Invoke();
        }