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
.
.
::
..RemoveParticleSystem Method (IDPSFParticleSystem)
gradient

Removes the specified Particle System from the Particle System Manager. Returns true if the Particle System was found and removed, false if it was not found.

Namespace: DPSF

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

collapse_allSyntax

C#

public bool RemoveParticleSystem(

 IDPSFParticleSystem cParticleSystemToRemove

)

Visual Basic

Public Function RemoveParticleSystem (

 cParticleSystemToRemove As IDPSFParticleSystem

As Boolean

Visual C++

public:

bool RemoveParticleSystem(

 IDPSFParticleSystemcParticleSystemToRemove

)

Parameters

cParticleSystemToRemove

Type: DPSF..::..IDPSFParticleSystem

A handle to the Particle System to Remove

Return Value

Type: Boolean

Returns true if the Particle System was found and removed, false if it was not found.

collapse_allSee Also

ParticleSystemManager Class

ParticleSystemManager Members

RemoveParticleSystem Overload

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com