Esempio n. 1
0
 public static CCFlipX Create(bool x)
 {
     var pRet = new CCFlipX();
     pRet.InitWithFlipX(x);
     return pRet;
 }