Interface ParticleView
- All Known Implementing Classes:
ParticlePool
public interface ParticleView
-
Method Summary
-
Method Details
-
x
double[] x() -
y
double[] y() -
z
double[] z() -
vx
double[] vx() -
vy
double[] vy() -
vz
double[] vz() -
r
float[] r() -
g
float[] g() -
b
float[] b() -
a
float[] a() -
xScale
float[] xScale() -
yScale
float[] yScale() -
zScale
float[] zScale() -
age
int[] age() -
lifetime
int[] lifetime() -
delay
int[] delay() -
visualIds
int[] visualIds()
-