![]() | ParticleEffector Methods |
The ParticleEffector type exposes the following members.
Name | Description | |
---|---|---|
![]() | BeginUpdate |
Called when the particle system begins its update.
|
![]() | Clone |
Creates a new ParticleEffector that is a clone of the current instance.
|
![]() | CloneCore |
Makes the instance a clone of the specified ParticleEffector.
|
![]() | CreateInstanceCore |
When implemented in a derived class, creates a new instance of the
ParticleEffector derived class.
|
![]() | EndUpdate |
Called when the particle system finishes its update.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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.) |
![]() | Initialize |
Initializes this particle effector.
|
![]() | InitializeParticles |
Initializes new particles.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnBeginUpdate |
Called when BeginUpdate(TimeSpan) was called.
|
![]() | OnEndUpdate |
Called when BeginUpdate(TimeSpan) was called.
|
![]() | OnInitialize |
Called when Initialize was called.
|
![]() | OnInitializeParticles |
Called when InitializeParticles(Int32, Int32, Object) was called.
|
![]() | OnRequeryParameters |
Called when RequeryParameters was called.
|
![]() | OnUninitialize |
Called when Uninitialize was called.
|
![]() | OnUpdateParticles |
Called when UpdateParticles(TimeSpan, Int32, Int32) was called.
|
![]() | RequeryParameters |
Requeries the particle parameters.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Uninitialize |
Uninitializes this particle effector.
|
![]() | UpdateParticles |
Updates particles.
|