Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
DPSF API Documentation
|
..MaxNumberOfParticlesAllowed Property
|
|
Get / Set the Max Number of Particles this Particle System is Allowed to contain at any given time.
NOTE: The Automatic Memory Manager will never allocate space for more Particles than this.
NOTE: This value must be greater than or equal to zero.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
int MaxNumberOfParticlesAllowed { get; set; }
|
Visual Basic
|
Property MaxNumberOfParticlesAllowed As Integer
Get
Set
|
Visual C++
|
property int MaxNumberOfParticlesAllowed {
int get ();
void set (int value);
}
|
Property Value
Type: Int32
See Also
IDPSFParticleSystem Interface
IDPSFParticleSystem Members
DPSF Namespace
Send comments on this topic to
|