collapse_all
expand_all
collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++
DPSF API Documentation
DPSFParticle
.
.

::

..Lifetime Property
gradient

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

collapse_allSyntax

C#

public float Lifetime { getset; }

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

collapse_allSee Also

DPSFParticle Class

DPSFParticle Members

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com