|
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCActionTiledGrid.h>
Inheritance diagram for CCShatteredTiles3D:
Collaboration diagram for CCShatteredTiles3D:Public Member Functions | |
| (id) | - initWithDuration:size:range:shatterZ: |
| (id) | - initWithRange:shatterZ:grid:duration: |
Static Public Member Functions | |
| (id) | + actionWithDuration:size:range:shatterZ: |
| (id) | + actionWithRange:shatterZ:grid:duration: |
Protected Attributes | |
| int | _randrange |
| BOOL | _once |
| BOOL | _shatterZ |
CCShatteredTiles3D action
| + (id) actionWithDuration: | (ccTime) | duration | |
| size: | (CGSize) | gridSize | |
| range: | (int) | range | |
| shatterZ: | (BOOL) | shatterZ | |
creates the action with a range, whether of not to shatter Z vertices, a grid size and duration
| - (id) initWithDuration: | (ccTime) | duration | |
| size: | (CGSize) | gridSize | |
| range: | (int) | range | |
| shatterZ: | (BOOL) | shatterZ | |
initializes the action with a range, whether or not to shatter Z vertices, a grid size and duration