|
cocos2d-x
2.2.3-gd2.113-rev1ec524e
|
Structure that contains the values of each particle. More...
#include <CCParticleSystem.h>
Public Attributes | |
| CCPoint | pos |
| CCPoint | startPos |
| ccColor4F | color |
| ccColor4F | deltaColor |
| float | size |
| float | deltaSize |
| float | rotation |
| float | deltaRotation |
| float | timeToLive |
| unsigned int | atlasIndex |
| struct { | |
| CCPoint dir | |
| float radialAccel | |
| float tangentialAccel | |
| } | modeA |
| Mode A: gravity, direction, radial accel, tangential accel. More... | |
| struct { | |
| float angle | |
| float degreesPerSecond | |
| float radius | |
| float deltaRadius | |
| } | modeB |
| Mode B: radius mode. More... | |
Structure that contains the values of each particle.
| float angle |
| unsigned int atlasIndex |
| ccColor4F color |
| float degreesPerSecond |
| ccColor4F deltaColor |
| float deltaRadius |
| float deltaRotation |
| float deltaSize |
| CCPoint dir |
| struct { ... } modeA |
Mode A: gravity, direction, radial accel, tangential accel.
| struct { ... } modeB |
Mode B: radius mode.
| CCPoint pos |
| float radialAccel |
| float radius |
| float rotation |
| float size |
| CCPoint startPos |
| float tangentialAccel |
| float timeToLive |