Axiom.ParticleSystems.ParticleAffectorFactory.Destroy C# (CSharp) Method

Destroy() public method

Destroys the affector referenced by the parameter.
public Destroy ( ParticleAffector e ) : void
e ParticleAffector The Affector to destroy.
return void
		public virtual void Destroy( ParticleAffector e )
		{
			// remove the affector from the list
			affectorList.Remove( e );
		}