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

Reset() public method

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

            InternalReset();

            Resume();

            return this;
        }