/// <summary>
 /// Removes a particle with a given index
 /// </summary>
 public void RemoveParticle(int index)
 {
     CoreInterface.RemoveObject(index);
 }