Platformer.AnimationPlayer.Pause C# (CSharp) Method

Pause() public method

public Pause ( ) : void
return void
        public void Pause()
        {
            paused = true;
        }