#include <Box2D/Particle/b2Particle.h>
Go to the source code of this file.
Classes | |
struct | b2ParticleGroupDef |
class | b2ParticleGroup |
A group of particles. b2ParticleGroup::CreateParticleGroup creates these. More... | |
Enumerations | |
enum | b2ParticleGroupFlag { b2_solidParticleGroup = 1 << 0, b2_rigidParticleGroup = 1 << 1, b2_particleGroupCanBeEmpty = 1 << 2, b2_particleGroupWillBeDestroyed = 1 << 3, b2_particleGroupNeedsUpdateDepth = 1 << 4, b2_particleGroupInternalMask } |
The particle group type. Can be combined with the | operator. More... | |
enum b2ParticleGroupFlag |
The particle group type. Can be combined with the | operator.