public static class CryofluxTransducerEffect.ParticleData extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
float |
angle |
FaderUtil |
fader |
org.lwjgl.util.vector.Vector2f |
offset |
DamagingProjectileAPI |
proj |
float |
scale |
float |
scaleIncreaseRate |
SpriteAPI |
sprite |
float |
turnDir |
org.lwjgl.util.vector.Vector2f |
vel |
| Constructor and Description |
|---|
ParticleData(DamagingProjectileAPI proj,
CryofluxTransducerEffect effect) |
| Modifier and Type | Method and Description |
|---|---|
void |
advance(float amount) |
public org.lwjgl.util.vector.Vector2f offset
public org.lwjgl.util.vector.Vector2f vel
public float scale
public DamagingProjectileAPI proj
public float scaleIncreaseRate
public float turnDir
public float angle
public ParticleData(DamagingProjectileAPI proj, CryofluxTransducerEffect effect)
public void advance(float amount)