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