internal void UpdateArrayLength() { foreach (var parameter in _collection.OfType <IParticleParameterInternal>()) { parameter.UpdateArrayLength(ParticleSystem.MaxNumberOfParticles); } }