Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
(<'Particle, Vertex>)>)>..::..CParticleSystemEvents..::..ContainsOneTimeEvent Method (DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleSystemDelegate)
|
|
Returns if there is an OneTime Event with the specified Function or not.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public bool ContainsOneTimeEvent(
DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleSystemDelegate cFunction
)
|
Visual Basic
|
Public Function ContainsOneTimeEvent (
cFunction As DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleSystemDelegate
) As Boolean
|
Visual C++
|
public:
bool ContainsOneTimeEvent(
DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleSystemDelegate^ cFunction
)
|
Parameters
cFunction
Type: DPSF..::..DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleSystemDelegate
The Function of the OneTime Event to look for
Return Value
Type: Boolean
Returns true if an Event with the specified Function was found, false if not
See Also
DPSF<(Of <(<'Particle, Vertex>)>)>..::..CParticleSystemEvents Class
DPSF<(Of <(<'Particle, Vertex>)>)>..::..CParticleSystemEvents Members
ContainsOneTimeEvent Overload
DPSF Namespace
Send comments on this topic to
|