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
ParticleEmitterCollection
.
.
::
..Remove Method (ParticleEmitter)
gradient

Removes the given ParticleEmitter from the collection. Returns false if the ParticleEmitter was not found in the collection.

Namespace: DPSF

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

collapse_allSyntax

C#

public bool Remove(

 ParticleEmitter emitter

)

Visual Basic

Public Function Remove (

 emitter As ParticleEmitter

As Boolean

Visual C++

public:

bool Remove(

 ParticleEmitteremitter

)

Parameters

emitter

Type: DPSF..::..ParticleEmitter

The ParticlEmitter to remove from the collection.

Return Value

Type: Boolean

Returns false if the ParticleEmitter was not found in the collection.

collapse_allSee Also

ParticleEmitterCollection Class

ParticleEmitterCollection Members

Remove Overload

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com