Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Particle

Description

Script interface for a Particle.

Variables

angularVelocityThe angular velocity of the particle.
colorThe initial color of the particle. The current color of the particle is calculated procedurally based on this value and the active color modules.
lifetimeThe lifetime of the particle.
positionThe position of the particle.
randomSeedThe random seed of the particle.
rotationThe rotation of the particle.
sizeThe initial size of the particle. The current size of the particle is calculated procedurally based on this value and the active size modules.
startLifetimeThe starting lifetime of the particle.
velocityThe velocity of the particle.