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
AutoMemoryManagerSettings
.
.
::
..AbsoluteMinNumberOfParticles Property
gradient

The Absolute Minimum Number Of Particles this Particle System has to have memory allocated for. The Automatic Memory Manager will never allocate space for fewer Particles than this.

NOTE: This value must be greater than zero.

NOTE: Default value is 10.

Namespace: DPSF

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

collapse_allSyntax

C#

public int AbsoluteMinNumberOfParticles { getset; }

Visual Basic

Public Property AbsoluteMinNumberOfParticles As Integer

 Get

 Set

Visual C++

public:

property int AbsoluteMinNumberOfParticles {

 int get ();

 void set (int value);

}

Property Value

Type: Int32

collapse_allSee Also

AutoMemoryManagerSettings Class

AutoMemoryManagerSettings Members

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com