Axiom.ParticleSystems.ParticleAffectorFactory.Destroy C# (CSharp) Méthode

Destroy() public méthode

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