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

InternalReset() private method

private InternalReset ( ) : void
return void
        private void InternalReset()
        {
            this.hitCounter = 0;
            this.index1 = 0;
            this.index2 = positions / 4;
            this.index3 = positions / 2;
            this.ticks = 0;
            this.ended = false;
        }