Example #1
0
 /// <summary>Delete this particle group. In the simulation and in unity</summary>
 public override void Delete()
 {
     LPAPIParticleGroups.DeleteParticlesInGroup(ThingPtr);
     Destroy(this);
 }