Пример #1
0
 /** Creates a progress timer with the sprite as the shape the timer goes through */
 public static CCProgressTimer Create(CCSprite sp)
 {
     var pProgressTimer = new CCProgressTimer();
     pProgressTimer.InitWithSprite(sp);
     return pProgressTimer;
 }