Example #1
0
 public static CCShaky3D Create(int range, bool shakeZ, CCGridSize gridSize, float duration)
 {
     var pAction = new CCShaky3D();
     pAction.InitWithRange(range, shakeZ, gridSize, duration);
     return pAction;
 }