Version: 2017.3

ParticlePhysicsExtensions.GetSafeTriggerParticlesSize

매뉴얼로 전환
public static int GetSafeTriggerParticlesSize (ParticleSystem ps, ParticleSystemTriggerEventType type);

파라미터

ps Particle system.
type Type 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.