collapse_all
expand_all
collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++
DPSF API Documentation
DPSF
<
(Of
<
(<'Particle, Vertex>)>)>..::..CParticleSystemEvents..::..RemoveNormalizedTimedEvents Method (DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleSystemDelegate)
gradient

Removes all Normalized Timed Events with the specified Function. Returns the number of Events that were removed.

Namespace: DPSF

Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0

collapse_allSyntax

C#

public int RemoveNormalizedTimedEvents(

 DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleSystemDelegate cFunction

)

Visual Basic

Public Function RemoveNormalizedTimedEvents (

 cFunction As DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleSystemDelegate

As Integer

Visual C++

public:

int RemoveNormalizedTimedEvents(

 DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleSystemDelegatecFunction

)

Parameters

cFunction

Type: DPSF..::..DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleSystemDelegate

The Function that is called when the Event fires

Return Value

Type: Int32

Returns the number of Events that were removed.

collapse_allSee Also

DPSF<(Of <(<'Particle, Vertex>)>)>..::..CParticleSystemEvents Class

DPSF<(Of <(<'Particle, Vertex>)>)>..::..CParticleSystemEvents Members

RemoveNormalizedTimedEvents Overload

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com