Animatroller.Framework.Effect.Sweeper.Prime C# (CSharp) Method

Prime() public method

public Prime ( ) : Sweeper
return Sweeper
        public Sweeper Prime()
        {
            Pause();

            InternalReset();

            UpdateOutput();

            return this;
        }