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

ResetTimer() public method

public ResetTimer ( int frameLength ) : void
frameLength int
return void
        public void ResetTimer(int frameLength)
        {
            _timer.Length = frameLength;
        }