Animatroller.Scenes.TestScene2.TestScene2 C# (CSharp) Method

TestScene2() public method

public TestScene2 ( IEnumerable args ) : System
args IEnumerable
return System
        public TestScene2(IEnumerable<string> args)
        {
            candyLight = new StrobeColorDimmer("Candy Light");
            candyLight2 = new StrobeColorDimmer("Candy Light 2");
            pressureMat = new DigitalInput("Pressure Mat");
            pulsatingEffect = new Effect.Pulsating(S(2), 0, 1.0, false);
        }