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.

GetParticles(particles: Particle[]): int;
int GetParticles(Particle[] particles);
def GetParticles(particles as Particle[]) as int

Description

Get the particles of this particle system. Returns the number of particles written to the input particle array.

See Also: SetParticles.