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

AutoMemoryManagerModes Enumeration

The possible Modes the Automatic Memory Manager can be in

Namespace: DPSF

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

collapse_allSyntax

C#

[SerializableAttribute]

public enum AutoMemoryManagerModes

Visual Basic (Declaration)

<SerializableAttribute> _

Public Enumeration AutoMemoryManagerModes

Visual C++

[SerializableAttribute]

public enum class AutoMemoryManagerModes

collapse_allMembers


Member name

Description


Disabled

Do not use the Automatic Memory Manager. The Number Of Particles Allocated In Memory will not be changed dynamically at run-time. This is the best option if performance is critical, as it can be expensive to allocate and release large chunks of memory at run-time. If using this mode you should be sure that the Number Of Particles Allocated In Memory is large enough to accommodate the particle system, but small enough that it does not waste large amounts of memory.


IncreaseAndDecrease

Allow the Automatic Memory Manager to allocate more memory when needed, and reduce it when not needed.


IncreaseOnly

Only allow the Automatic Memory Manager to allocate more memory when needed (cannot reduce space).


DecreaseOnly

Only allow the Automatic Memory Manager to reduce the amount of memory allocated when it is not needed (cannot increase space).

collapse_allSee Also

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com