Animatroller.Scenes.Nutcracker1Scene.Stop C# (CSharp) Method

Stop() public method

public Stop ( ) : void
return void
        public override void Stop()
        {
            // FIXME: Get rid of this sleep
            System.Threading.Thread.Sleep(200);
        }