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
DPSF
<
(Of
<
(<'Particle, Vertex>)>)>..::..ActiveParticles Property
gradient

Get / Protected Set a Linked List whose Nodes point to the Active Particles.

NOTE: New particles are added to the start of the Active Particles list, so by default the oldest particles should be at the end.

NOTE: The Protected Set option is only provided to allow the order of the LinkedListNodes to be changed, changing the update and drawing order of the Particles. Be sure that all of the original LinkedListNodes (and only the original LinkedListNodes, no more) obtained from the Get are included; they may only be rearranged. If they are not, there may (and probably will) be unexpected results.

Namespace: DPSF

Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0

collapse_allSyntax

C#

public LinkedList<Particle> ActiveParticles { getprotected set; }

Visual Basic

Public Property ActiveParticles As LinkedList(Of Particle)

 Get

 Protected Set

Visual C++

public:

property LinkedList<Particle>^ ActiveParticles {

 LinkedList<Particle>^ get ();

 protectedvoid set (LinkedList<Particle>^ value);

}

Property Value

Type: LinkedList<(Of <(<'Particle>)>)>

collapse_allSee Also

DPSF<(Of <(<'Particle, Vertex>)>)> Class

DPSF<(Of <(<'Particle, Vertex>)>)> Members

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com