|
Name
|
Description
|
|
Add()()()()
|
Adds a new ParticleEmitter to the list of emitters and returns it.
|
|
Add(ParticleEmitter)
|
Adds the given ParticleEmitter to the list of emitters and returns it.
|
|
Contains(Int32)
|
Returns if the ParticleEmitter with the given ID is in this collection or not.
|
|
Contains(ParticleEmitter)
|
Returns if the given ParticleEmitter is in this collection or not.
|
|
Equals
|
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
|
|
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.)
|
|
GetHashCode
|
Serves as a hash function for a particular type.
(Inherited from Object.)
|
|
GetType
|
Gets the Type of the current instance.
(Inherited from Object.)
|
|
MemberwiseClone
|
Creates a shallow copy of the current Object.
(Inherited from Object.)
|
|
Remove(Int32)
|
Removes the ParticleEmitter with the given ID from the collection. Returns false if the ParticleEmitter was not found in the collection.
|
|
Remove(ParticleEmitter)
|
Removes the given ParticleEmitter from the collection. Returns false if the ParticleEmitter was not found in the collection.
|
|
RemoveAll
|
Removes all ParticleEmitters from the collection.
|
|
ToString
|
Returns a String that represents the current Object.
(Inherited from Object.)
|