![]() |
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCActionGrid.h>
Public Member Functions | |
(id) | - initWithDuration:size: |
(CCGridBase *) | - grid |
(id) | - initWithSize:duration: |
Static Public Member Functions | |
(id) | + actionWithDuration:size: |
(id) | + actionWithSize:duration: |
Protected Attributes | |
CGSize | _gridSize |
Properties | |
CGSize | gridSize |
Base class for Grid actions
+ (id) actionWithDuration: | (ccTime) | duration | |
size: | (CGSize) | gridSize | |
creates the action with size and duration
- (CCGridBase *) grid |
returns the grid
- (id) initWithDuration: | (ccTime) | duration | |
size: | (CGSize) | gridSize | |
initializes the action with size and duration
- (CGSize) gridSize [read, write, assign] |
size of the grid