Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

ParticlePhysicsExtensions.SetTriggerParticles(ParticleSystem,ParticleSystemTriggerEventType,Particle[],int,int)

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Parameters

ps Particle system.
type Type of trigger to set particles for.
particles Particle array.
offset Offset into the array, if you only want to write back a subset of the returned particles.
count Number of particles to write, if you only want to write back a subset of the returned particles.

Description

Write modified particles back to the particle system, during a call to OnParticleTrigger.

See Also: ParticleSystem.GetTriggerParticles.