Example #1
0
 public static new CCEaseInOut Create(CCActionInterval pAction, float fRate)
 {
     var pRet = new CCEaseInOut();
     pRet.InitWithAction(pAction, fRate);
     return pRet;
 }