niPerParticleData⚓︎
A structure that holds individual particle data from an niParticleSystemController.
Properties⚓︎
age⚓︎
How old the particle is. When the age is greater than the lifeSpan, the particle will die.
Returns:
result(number)
generation⚓︎
Which spawned generation the particle belongs to.
Returns:
result(number)
index⚓︎
Read-only. The index of the particle in its parent.
Returns:
result(number)
lastUpdate⚓︎
The time when the particle was last updated.
Returns:
result(number)
lifeSpan⚓︎
When the particle will die.
Returns:
result(number)
rotationAxis⚓︎
The individual axis the particle will rotate around.
Returns:
result(tes3vector3)
velocity⚓︎
The individual velocity of the particle.
Returns:
result(tes3vector3)