
0
Answered
Particlesystem.particle variable
Hi,
How to get Particlesystem.particle variable in Bolt?
Bolt Version:
Unity Version:
Platform(s):
Scripting Backend:
.NET Version (API Compatibility Level):
Customer support service by UserEcho
How to do this in bolt?
ParticleSystem.Particle is a nested class. In Bolt's human naming, it's called Particle of Particle System.
You can add it to your type options in the Unit Options Wizard like so:
Thanks for answer
I would like to get and store single particles to a list (array). Is this possible?
"Particle System > Get Particles" seem to be the correct unit, but I was not able to store the particles in a list?!
Lateron I would like to use the Position (or other properties like color, rest lifetime) of particles to connect some of them with a line renderer.