|
Name
|
Description
|

|
ColorAsPremultiplied
|
Get the Color as a Premultiplied color (i.e. premultiplied alpha).
(Inherited from DPSFDefaultBaseParticle.)
|

|
ElapsedTime
|
Get / Set how much Time has Elapsed since this Particle was born.
NOTE: Setting this to be greater than or equal to Lifetime will cause the Particle to become InActive and be removed from the Particle System (if Lifetime is greater than zero).
NOTE: Setting this also sets the Last Elapsed Time to the given value.
(Inherited from DPSFParticle.)
|

|
EndColorAsPremultiplied
|
Get the End Color as a Premultiplied color (i.e. premultiplied alpha).
(Inherited from DPSFDefaultBaseParticle.)
|

|
EndSize
|
Sets the EndWidth and EndHeight properties to the given value. Gets the EndWidth value, ignoring whether the EndHeight value is the same or not.
(Inherited from DefaultQuadParticle.)
|

|
LastElapsedTime
|
Get the Elapsed Time of the Particle at the previous frame
(Inherited from DPSFParticle.)
|

|
LastNormalizedElapsedTime
|
Get the Normalized Elapsed Time of the Particle at the previous frame
(Inherited from DPSFParticle.)
|

|
Lifetime
|
Get / Set the Lifetime of the Particle (How long it should live for).
NOTE: Setting this to zero will make the Particle live forever.
NOTE: Negative Lifetimes are reset to zero.
(Inherited from DPSFParticle.)
|

|
Normal
|
Get / Set the Normal (forward) direction of the Particle (i.e. which direction it is facing)
(Inherited from DefaultQuadParticle.)
|

|
NormalizedElapsedTime
|
Get / Set the Normalized Elapsed Time (0.0 - 1.0) of this Particle (How far through its life it is).
NOTE: Setting this to be greater than or equal to 1.0 will cause the Particle to become InActive and be removed from the Particle System (if Lifetime is greater than zero).
NOTE: If the Particle has a Lifetime of zero (is set to live forever), Setting this has no effect, and Getting this will always return zero.
(Inherited from DPSFParticle.)
|

|
Right
|
Get / Set the Right direction of the Particle
(Inherited from DefaultQuadParticle.)
|

|
Size
|
Sets the Width and Height properties to the given value. Gets the Width value, ignoring whether the Height value is the same or not.
(Inherited from DefaultQuadParticle.)
|

|
StartColorAsPremultiplied
|
Get the Start Color as a Premultiplied color (i.e. premultiplied alpha).
(Inherited from DPSFDefaultBaseParticle.)
|

|
StartSize
|
Sets the StartWidth and StartHeight properties to the given value. Gets the StartWidth value, ignoring whether the StartHeight value is the same or not.
(Inherited from DefaultQuadParticle.)
|

|
Up
|
Get / Set the Up direction of the Particle
(Inherited from DefaultQuadParticle.)
|

|
Visible
|
Get / Set if the Particle should be Visible (i.e. be drawn) or not
(Inherited from DPSFParticle.)
|