Platformer.AnimationPlayer.Pause C# (CSharp) 메소드

Pause() 공개 메소드

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