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

매뉴얼로 전환

파라미터

psParticle system.
typeType of trigger to set particles for.
particlesParticle array.
offsetOffset into the array, if you only want to write back a subset of the returned particles.
countNumber of particles to write, if you only want to write back a subset of the returned particles.

설명

Write modified particles back to the Particle System, during a call to OnParticleTrigger.

See Also: ParticleSystem.GetTriggerParticles.