cocos2d-mac  2.1
Improved Cocos2D API Reference (Mac OS X version) for www.koboldtouch.com developers
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
CCTiledGrid3DAction Class Reference

#import <CCActionGrid.h>

Inheritance diagram for CCTiledGrid3DAction:
Collaboration diagram for CCTiledGrid3DAction:

Instance Methods

(ccQuad3- tile:
 
(ccQuad3- originalTile:
 
(void) - setTile:coords:
 
 Instance Methods inherited from CCGridAction
(id) - initWithDuration:size:
 
(CCGridBase *) - grid
 
(id) - initWithSize:duration:
 
 Instance Methods inherited from CCActionInterval
(id) - initWithDuration:
 
(BOOL) - isDone
 
(CCActionInterval *) - reverse
 

Additional Inherited Members

 Class Methods inherited from CCGridAction
(id) + actionWithDuration:size:
 
(id) + actionWithSize:duration:
 
 Protected Attributes inherited from CCGridAction
CGSize _gridSize
 
 Properties inherited from CCGridAction
CGSize gridSize
 

Detailed Description

Base class for CCTiledGrid3D actions

Method Documentation

- (ccQuad3) originalTile: (CGPoint)  position

returns the non-transformed tile that belongs to a certain position of the grid

- (void) setTile: (CGPoint)  position
coords: (ccQuad3 coords 

sets a new tile to a certain position of the grid

- (ccQuad3) tile: (CGPoint)  position

returns the tile that belongs to a certain position of the grid


The documentation for this class was generated from the following file: