|
cocos2d-x
2.2.3-gd2.113-rev1ec524e
|
Classes | |
| class | CCParticleBatchNode |
| CCParticleBatchNode is like a batch node: if it contains children, it will draw them in 1 single OpenGL call (often known as "batch draw"). More... | |
| class | CCParticleFire |
| A fire particle system. More... | |
| class | CCParticleFireworks |
| A fireworks particle system. More... | |
| class | CCParticleSun |
| A sun particle system. More... | |
| class | CCParticleGalaxy |
| A galaxy particle system. More... | |
| class | CCParticleFlower |
| A flower particle system. More... | |
| class | CCParticleMeteor |
| A meteor particle system. More... | |
| class | CCParticleSpiral |
| An spiral particle system. More... | |
| class | CCParticleExplosion |
| An explosion particle system. More... | |
| class | CCParticleSmoke |
| An smoke particle system. More... | |
| class | CCParticleSnow |
| An snow particle system. More... | |
| class | CCParticleRain |
| A rain particle system. More... | |
| struct | tCCParticle |
| Structure that contains the values of each particle. More... | |
| class | CCParticleSystem |
| Particle System base class. More... | |
| class | CCParticleSystemQuad |
| CCParticleSystemQuad is a subclass of CCParticleSystem. More... | |
Macros | |
| #define | kCCParticleDefaultCapacity 500 |
Enumerations | |
| enum | { kCCParticleDurationInfinity = -1 , kCCParticleStartSizeEqualToEndSize = -1 , kCCParticleStartRadiusEqualToEndRadius = -1 , kParticleStartSizeEqualToEndSize = kCCParticleStartSizeEqualToEndSize , kParticleDurationInfinity = kCCParticleDurationInfinity } |
| enum | { kCCParticleModeGravity , kCCParticleModeRadius } |
| enum | tCCPositionType { kCCPositionTypeFree , kCCPositionTypeRelative , kCCPositionTypeGrouped } |
| possible types of particle positions More... | |
| enum | { kPositionTypeFree = kCCPositionTypeFree , kPositionTypeGrouped = kCCPositionTypeGrouped } |
| #define kCCParticleDefaultCapacity 500 |
| anonymous enum |
| anonymous enum |
| enum tCCPositionType |
possible types of particle positions