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 Members

Constructors

gradient

The ParticleEmitterCollection type exposes the following members.

collapse_allConstructors

 

Name

Description

pubmethod

ParticleEmitterCollection

Initializes a new instance of the ParticleEmitterCollection class

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_allProperties

 

Name

Description

pubproperty

Count

Gets how many ParticleEmitters are in this collection.

pubproperty

Emitters

Returns all of the ParticleEmitters in this collection.

pubproperty

IDs

Returns a list of IDs for the ParticleEmitters that this collection contains.

pubproperty

Item

Overload the [] operator to allow for direct access to ParticleEmitters in the collection using indexer syntax. Throws an exception if a ParticleEmitter with the given ID does not exist in the collection.

collapse_allEvents

 

Name

Description

pubevent

AllEmittersRemoved

Fires anytime a ParticleEmitter is removed from the collection and the collection is left empty.

collapse_allSee Also

ParticleEmitterCollection Class

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com