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

The Automatic Memory Manager keeps track of the Max Particles that were Active in a single frame over the last X seconds (call this number M). If the Max Number Of Particles is greater than M, the Automatic Memory Manager can de-allocate unused memory. The Seconds Max Number Of Particles Must Exist For Before Reducing Size tells how long M must be unchanged for before the Automatic Memory Manager can reduce the amount of allocated memory.

NOTE: This value must be greater than zero.

NOTE: Default value is 3.0.

Namespace: DPSF

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

collapse_allSyntax

C#

public float SecondsMaxNumberOfParticlesMustExistForBeforeReducingSize { getset; }

Visual Basic

Public Property SecondsMaxNumberOfParticlesMustExistForBeforeReducingSize As Single

 Get

 Set

Visual C++

public:

property float SecondsMaxNumberOfParticlesMustExistForBeforeReducingSize {

 float get ();

 void set (float value);

}

Property Value

Type: Single

collapse_allSee Also

AutoMemoryManagerSettings Class

AutoMemoryManagerSettings Members

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com