ParticlePhysicsExtensions.SetTriggerParticles(ParticleSystem,ParticleSystemTriggerEventType,Particle[],int,int)
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.