| ParticleController | 
| ParticleEffect | The particle we're controlling | 
| OnAfterStep | Called after the particle step | 
| OnBeforeStep | Called before the particle step | 
| OnDisabled | |
| OnEnabled | |
| OnParticleCreated | |
| OnParticleDestroyed | |
| OnParticleStep | Called for each particle during the particle step. This is super threaded so you better watch out. |