示例#1
0
 public void stop()
 {
     if (animation != null)
     {
         animation.setShouldStop(true);
         animation = null;
     }
 }