Axiom.ParticleSystems.ParticleEmitter.InitParticle C# (CSharp) Method

InitParticle() public method

Initializes a particle based on the emitter's approach and parameters.
See the GetEmissionCount method for details of why there is a separation between 'requested' emissions and actual initialized particles.
public InitParticle ( Particle particle ) : void
particle Particle Reference to a particle which must be initialized based on how this emitter starts particles
return void
		public virtual void InitParticle( Particle particle )
		{
			particle.ResetDimensions();
		}