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

Returns true if the given Particle System is in the Manager, false if not.

Namespace: DPSF

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

collapse_allSyntax

C#

public bool ContainsParticleSystem(

 IDPSFParticleSystem cParticleSystemToFind

)

Visual Basic

Public Function ContainsParticleSystem (

 cParticleSystemToFind As IDPSFParticleSystem

As Boolean

Visual C++

public:

bool ContainsParticleSystem(

 IDPSFParticleSystemcParticleSystemToFind

)

Parameters

cParticleSystemToFind

Type: DPSF..::..IDPSFParticleSystem

The Particle System to look for

Return Value

Type: Boolean

Returns true if the given Particle System is in the Manager, false if not.

collapse_allSee Also

ParticleSystemManager Class

ParticleSystemManager Members

ContainsParticleSystem Overload

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com