Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
..ContainsParticleSystem Method (Int32)
|
|
Returns true if the Particle System with the given ID is in the Manager, false if not.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public bool ContainsParticleSystem(
int iIDOfParticleSystemToFind
)
|
Visual Basic
|
Public Function ContainsParticleSystem (
iIDOfParticleSystemToFind As Integer
) As Boolean
|
Visual C++
|
public:
bool ContainsParticleSystem(
int iIDOfParticleSystemToFind
)
|
Parameters
iIDOfParticleSystemToFind
Type: System..::..Int32
The ID of the Particle System to find
Return Value
Type: Boolean
Returns true if the Particle System with the given ID is in the Manager, false if not.
See Also
ParticleSystemManager Class
ParticleSystemManager Members
ContainsParticleSystem Overload
DPSF Namespace
![footer](footer.gif)
Send comments on this topic to
|