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++     dropdown Members: Show All Members: Filtered Members: Filtered Members: Filtered

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++

[TCheckBoxFormControlObj]Include Protected Members

[TCheckBoxFormControlObj]
Include Inherited Members
DPSF API Documentation
ParticleEmitterCollection Methods
gradient
The
ParticleEmitterCollection type exposes the following members.

collapse_allMethods

 

Name

Description

pubmethod

Add()()()()

Adds a new ParticleEmitter to the list of emitters and returns it.

pubmethod

Add(ParticleEmitter)

Adds the given ParticleEmitter to the list of emitters and returns it.

pubmethod

Contains(Int32)

Returns if the ParticleEmitter with the given ID is in this collection or not.

pubmethod

Contains(ParticleEmitter)

Returns if the given ParticleEmitter is in this collection or not.

pubmethod

Equals

Determines whether the specified Object is equal to the current Object.

(Inherited from Object.)

protmethod

Finalize

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

(Inherited from Object.)

pubmethod

GetHashCode

Serves as a hash function for a particular type.

(Inherited from Object.)

pubmethod

GetType

Gets the Type of the current instance.

(Inherited from Object.)

protmethod

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)

pubmethod

Remove(Int32)

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

pubmethod

Remove(ParticleEmitter)

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

pubmethod

RemoveAll

Removes all ParticleEmitters from the collection.

pubmethod

ToString

Returns a String that represents the current Object.

(Inherited from Object.)

collapse_allSee Also

ParticleEmitterCollection Class

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com