Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
AutoMemoryManagerSettings
..AbsoluteMinNumberOfParticles Property
|
|
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
Syntax
C#
|
public int AbsoluteMinNumberOfParticles { get; set; }
|
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
See Also
AutoMemoryManagerSettings Class
AutoMemoryManagerSettings Members
DPSF Namespace
Send comments on this topic to
|