public static int GetSafeTriggerParticlesSize (ParticleSystem ps, ParticleSystemTriggerEventType type);

파라미터

psParticle system.
typeType of trigger to return size for.

반환

int Number of particles with this trigger event type.

설명

Safe array size for use with ParticleSystem.GetTriggerParticles.

This is guaranteed to be large enough to use with ParticleSystem.GetTriggerParticles for the current frame. GetTriggerParticles may return fewer elements for some GameObjects though.