Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Returns a Linked List of handles to the Particle Systems in this Manager
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public List<IDPSFParticleSystem> ParticleSystems { get; }
|
Visual Basic
|
Public ReadOnly Property ParticleSystems As List(Of IDPSFParticleSystem)
Get
|
Visual C++
|
public:
property List<IDPSFParticleSystem^>^ ParticleSystems {
List<IDPSFParticleSystem^>^ get ();
}
|
Property Value
Type: List<(Of <(<'IDPSFParticleSystem>)>)>
See Also
ParticleSystemManager Class
ParticleSystemManager Members
DPSF Namespace
Send comments on this topic to
|