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