コード例 #1
0
 /** returns the non-transformed tile that belongs to a certain position of the grid */
 public ccQuad3 originalTile(ccGridSize pos) {
   CCTiledGrid3D g = (CCTiledGrid3D) target.getGrid();
   return g.originalTile(pos);
 }