|
Name
|
Description
|
|
CopyFrom
|
Deep copy the ParticleToCopy's values into this Particle
|
|
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.)
|
|
IsActive
|
Function to tell if a Particle is still Active (alive) or not
|
|
MemberwiseClone
|
Creates a shallow copy of the current Object.
(Inherited from Object.)
|
|
Reset
|
Resets the Particles variables to default values
|
|
ToString
|
Returns a String that represents the current Object.
(Inherited from Object.)
|
|
UpdateElapsedTimeVariables
|
Function to update the Elapsed Time associated variables of the Particle. This is done automatically by DPSF when the particle system's Update() function is called, so this function does not need to be manually called by the user.
|