Axiom.ParticleSystems.ParticleEmitter.InitParticle C# (CSharp) Méthode

InitParticle() public méthode

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
Résultat void
		public virtual void InitParticle( Particle particle )
		{
			particle.ResetDimensions();
		}