Click or drag to resize
DigitalRuneParticleEffector Methods

The ParticleEffector type exposes the following members.

Methods
  NameDescription
Public methodBeginUpdate
Called when the particle system begins its update.
Public methodClone
Creates a new ParticleEffector that is a clone of the current instance.
Protected methodCloneCore
Makes the instance a clone of the specified ParticleEffector.
Protected methodCreateInstanceCore
When implemented in a derived class, creates a new instance of the ParticleEffector derived class.
Public methodEndUpdate
Called when the particle system finishes its update.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Initializes this particle effector.
Public methodInitializeParticles
Initializes new particles.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnBeginUpdate
Called when BeginUpdate(TimeSpan) was called.
Protected methodOnEndUpdate
Called when BeginUpdate(TimeSpan) was called.
Protected methodOnInitialize
Protected methodOnInitializeParticles
Protected methodOnRequeryParameters
Protected methodOnUninitialize
Protected methodOnUpdateParticles
Called when UpdateParticles(TimeSpan, Int32, Int32) was called.
Public methodRequeryParameters
Requeries the particle parameters.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUninitialize
Uninitializes this particle effector.
Public methodUpdateParticles
Updates particles.
Top
See Also