コード例 #1
0
 public static CCEaseRateAction Create(CCActionInterval pAction, float fRate)
 {
     var pRet = new CCEaseRateAction();
     pRet.InitWithAction(pAction, fRate);
     return pRet;
 }