| Package | Description |
|---|---|
| com.almasb.fxgl.physics | |
| com.almasb.fxgl.physics.box2d.dynamics | |
| com.almasb.fxgl.physics.box2d.particle |
| Modifier and Type | Method and Description |
|---|---|
ParticleGroupDef |
PhysicsParticleComponent.getDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
PhysicsParticleComponent.setDefinition(ParticleGroupDef definition)
Set particle group definition.
|
| Modifier and Type | Method and Description |
|---|---|
ParticleGroup |
World.createParticleGroup(ParticleGroupDef def)
Create a particle group whose properties have been defined.
|
| Modifier and Type | Method and Description |
|---|---|
ParticleGroup |
ParticleSystem.createParticleGroup(ParticleGroupDef groupDef) |
Copyright © 2017. All rights reserved.