Interface ParticleView
- All Known Implementing Classes:
ParticlePool
public interface ParticleView
-
Method Summary
Modifier and TypeMethodDescriptionfloat[]a()int[]age()float[]b()float[]g()int[]lifetime()float[]r()float[]spin()int[]double[]vx()double[]vy()double[]vz()double[]x()float[]xRot()float[]xScale()double[]y()float[]yRot()float[]yScale()double[]z()float[]zRot()float[]zScale()
-
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() -
spin
float[] spin() -
xRot
float[] xRot() -
yRot
float[] yRot() -
zRot
float[] zRot() -
xScale
float[] xScale() -
yScale
float[] yScale() -
zScale
float[] zScale() -
age
int[] age() -
lifetime
int[] lifetime() -
visualIds
int[] visualIds()
-