collapse_all
expand_all
collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++
DPSF API Documentation
IDPSFParticleSystem
.
.
::
..AddParticles Method
gradient

Adds the specified number of new Particles to the particle system. These new Particles are initialized using the particle systems Particle Initialization Function

Namespace: DPSF

Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0

collapse_allSyntax

C#

int AddParticles(

 int iNumberOfParticlesToAdd

)

Visual Basic

Function AddParticles (

 iNumberOfParticlesToAdd As Integer

As Integer

Visual C++

int AddParticles(

 int iNumberOfParticlesToAdd

)

Parameters

iNumberOfParticlesToAdd

Type: System..::..Int32

How many Particles to Add to the particle system

Return Value

Type: Int32

Returns how many Particles were able to be added to the particle system

collapse_allSee Also

IDPSFParticleSystem Interface

IDPSFParticleSystem Members

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com