|
cocos2d-mac
2.1
Improved Cocos2D API Reference (Mac OS X version) for www.koboldtouch.com developers
|
#import <CCActionGrid.h>
Instance Methods | |
| (id) | - initWithDuration:size: |
| (CCGridBase *) | - grid |
| (id) | - initWithSize:duration: |
| Instance Methods inherited from CCActionInterval | |
| (id) | - initWithDuration: |
| (BOOL) | - isDone |
| (CCActionInterval *) | - reverse |
Class Methods | |
| (id) | + actionWithDuration:size: |
| (id) | + actionWithSize:duration: |
| Class Methods inherited from CCActionInterval | |
| (id) | + actionWithDuration: |
Protected Attributes | |
| CGSize | _gridSize |
| Protected Attributes inherited from CCActionInterval | |
| ccTime | _elapsed |
| BOOL | _firstTick |
| Protected Attributes inherited from CCFiniteTimeAction | |
| ccTime | _duration |
| duration in seconds More... | |
| Protected Attributes inherited from CCAction | |
| id | _originalTarget |
| id | _target |
| NSInteger | _tag |
Properties | |
| CGSize | gridSize |
| Properties inherited from CCActionInterval | |
| ccTime | elapsed |
| Properties inherited from CCFiniteTimeAction | |
| ccTime | duration |
| duration in seconds of the action More... | |
| Properties inherited from CCAction | |
| id | target |
| id | originalTarget |
| NSInteger | tag |
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
|
readwritenonatomicassign |
size of the grid