Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Visual C++
|
|
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: 1.5.1.0
Syntax
C#
|
public int AbsoluteMinNumberOfParticles { get; set; }
|
Visual Basic (Declaration)
|
Public Property AbsoluteMinNumberOfParticles As Integer
|
Visual C++
|
public:
property int AbsoluteMinNumberOfParticles {
int get ();
void set (int value);
}
|
See Also
AutoMemoryManagerSettings Class
DPSF Namespace

Send comments on this topic to
|