|
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCParticleSystem.h>
Collaboration diagram for tCCParticle:Protected Attributes | |
| CGPoint | pos |
| CGPoint | startPos |
| ccColor4F | color |
| ccColor4F | deltaColor |
| float | size |
| float | deltaSize |
| float | rotation |
| float | deltaRotation |
| ccTime | timeToLive |
| NSUInteger | atlasIndex |
| union { | |
| struct { | |
| CGPoint dir | |
| float radialAccel | |
| float tangentialAccel | |
| } A | |
| struct { | |
| float angle | |
| float degreesPerSecond | |
| float radius | |
| float deltaRadius | |
| } B | |
| } | mode |
Structure that contains the values of each particle