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
ParticleSystemManager
.
.
::
..AddParticleSystem Method
gradient

Add an initialized Particle System to the Particle System Manager.

NOTE: This sets the Particle System's ParticleSystemManagerToCopyPropertiesFrom property to this Particle System Manager.

Namespace: DPSF

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

collapse_allSyntax

C#

public void AddParticleSystem(

 IDPSFParticleSystem cParticleSystemToAdd

)

Visual Basic

Public Sub AddParticleSystem (

 cParticleSystemToAdd As IDPSFParticleSystem

)

Visual C++

public:

void AddParticleSystem(

 IDPSFParticleSystemcParticleSystemToAdd

)

Parameters

cParticleSystemToAdd

Type: DPSF..::..IDPSFParticleSystem

The initialized Particle System to add

collapse_allSee Also

ParticleSystemManager Class

ParticleSystemManager Members

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com