Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
..RemoveParticleSystem Method (Int32)
|
|
Removes the specified Particle System from the Particle System Manager. Returns true if the Particle System was found and removed, false if it was not found.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public bool RemoveParticleSystem(
int iIDOfParticleSystemToRemove
)
|
Visual Basic
|
Public Function RemoveParticleSystem (
iIDOfParticleSystemToRemove As Integer
) As Boolean
|
Visual C++
|
public:
bool RemoveParticleSystem(
int iIDOfParticleSystemToRemove
)
|
Parameters
iIDOfParticleSystemToRemove
Type: System..::..Int32
The ID of the Particle System to Remove
Return Value
Type: Boolean
Returns true if the Particle System was found and removed, false if it was not found.
See Also
ParticleSystemManager Class
ParticleSystemManager Members
RemoveParticleSystem Overload
DPSF Namespace
Send comments on this topic to
|