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

The amount the Automatic Memory Manager increases the memory allocated for Particles by. When adding a new Particle, if we discover that the Number Of Active Particles has reached the Max Number Of Particles, the Automatic Memory Manager will increase the Max Number Of Particles by the Increase Amount. For example, if the Increase Amount is set to 2.0, then the Max Number Of Particles will be doubled (200%). If it is set to 3.0 it will be tripled (300%). If it is set to 0.5, the Max Number Of Particles will be increased to 150%.

NOTE: This value is clamped to the range 1.01 - 10.0 (i.e. 101% - 1000%).

NOTE: The Automatic Memory Manager will never increase the amount of memory to be more than what is required by the Absolute Max Number Of Particles.

NOTE: Default value is 2.0.

Namespace: DPSF

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

collapse_allSyntax

C#

public float IncreaseAmount { getset; }

Visual Basic

Public Property IncreaseAmount As Single

 Get

 Set

Visual C++

public:

property float IncreaseAmount {

 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