Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
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.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public float Lifetime { get; set; }
|
Visual Basic
|
Public Property Lifetime As Single
Get
Set
|
Visual C++
|
public:
property float Lifetime {
float get ();
void set (float value);
}
|
Property Value
Type: Single
See Also
DPSFParticle Class
DPSFParticle Members
DPSF Namespace
Send comments on this topic to
|