Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
..ContainsParticleSystem Method (IDPSFParticleSystem)
|
|
Returns true if the given Particle System is in the Manager, false if not.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public bool ContainsParticleSystem(
IDPSFParticleSystem cParticleSystemToFind
)
|
Visual Basic
|
Public Function ContainsParticleSystem (
cParticleSystemToFind As IDPSFParticleSystem
) As Boolean
|
Visual C++
|
public:
bool ContainsParticleSystem(
IDPSFParticleSystem^ cParticleSystemToFind
)
|
Parameters
cParticleSystemToFind
Type: DPSF..::..IDPSFParticleSystem
The Particle System to look for
Return Value
Type: Boolean
Returns true if the given Particle System is in the Manager, false if not.
See Also
ParticleSystemManager Class
ParticleSystemManager Members
ContainsParticleSystem Overload
DPSF Namespace
Send comments on this topic to
|