Axiom.ParticleSystems.ParticleAffectorFactory.Destroy C# (CSharp) 메소드

Destroy() 공개 메소드

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