Version: 2019.2

ParticlePhysicsExtensions.GetSafeTriggerParticlesSize

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

Parameters

psParticle system.
typeType of trigger to return size for.

Returns

int Number of particles with this trigger event type.

Description

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.