| Package | Description |
|---|---|
| com.almasb.fxgl.physics.box2d.callbacks | |
| com.almasb.fxgl.physics.box2d.dynamics | |
| com.almasb.fxgl.physics.box2d.particle |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
DebugDraw.drawParticles(Vec2[] centers,
float radius,
ParticleColor[] colors,
int count)
Draw a particle array
|
abstract void |
DebugDraw.drawParticlesWireframe(Vec2[] centers,
float radius,
ParticleColor[] colors,
int count)
Draw a particle array
|
| Modifier and Type | Method and Description |
|---|---|
ParticleColor[] |
World.getParticleColorBuffer() |
| Modifier and Type | Method and Description |
|---|---|
void |
World.setParticleColorBuffer(ParticleColor[] buffer,
int capacity) |
| Modifier and Type | Field and Description |
|---|---|
ParticleColor |
ParticleDef.color
The color of the particle.
|
| Modifier and Type | Field and Description |
|---|---|
ParticleSystem.ParticleBuffer<ParticleColor> |
ParticleSystem.m_colorBuffer |
| Modifier and Type | Method and Description |
|---|---|
ParticleColor |
ParticleGroupDef.getColor() |
ParticleColor[] |
ParticleSystem.getParticleColorBuffer() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParticleColor.set(ParticleColor color) |
void |
ParticleGroupDef.setColor(ParticleColor color) |
void |
ParticleSystem.setParticleColorBuffer(ParticleColor[] buffer,
int capacity) |
Copyright © 2018. All rights reserved.