Пример #1
0
 public static CCFlipY Create(bool y)
 {
     var pRet = new CCFlipY();
     pRet.InitWithFlipY(y);
     return pRet;
 }