CarpMuffin.Sprites.AnimatedSprite.Stop C# (CSharp) Method

Stop() public method

public Stop ( ) : void
return void
        public void Stop()
        {
            IsEnabled = false;
            CurrentFrame = 0;
            Index = CurrentFrame;
        }