[TCheckBoxFormControlObj]C# [TCheckBoxFormControlObj]Visual Basic Adds the specified number of new Particles to the particle system, linearly interpolating (Lerp) the Emitter's Position/Orientation to be between its Previous Position/Orientation and current Position/Orientation when adding new particles. Returns how many Particles were able to be added to the particle system. These new Particles are initialized using the particle system's Particle Initialization Function. Namespace: DPSF Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0 Syntax
Parameters numberOfParticlesToAdd How many Particles to Add to the particle system. lerpInfo Type: DPSF..::..ParticleEmitterLerpInfo The info to use to Linearly Interpolate the Emitter's Position/Orientation with. Return Value Type: Int32 Returns how many Particles were able to be added to the particle system. See Also DPSF<(Of <(<'Particle, Vertex>)>)> Class |