[TCheckBoxFormControlObj]C# [TCheckBoxFormControlObj]Visual Basic Adds a new EveryTime Event with a default Group of zero. EveryTime Events fire every frame (i.e. every time the Update() function is called). Namespace: DPSF Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0 Syntax
Parameters cFunctionToCall Type: DPSF..::..DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleSystemDelegate The Function to Call when the Event fires iExecutionOrder The Order, relative to other Events, of when this Event should Execute. NOTE: Events with lower Execution Order are executed first. NOTE: Events with the same Execution Order are not guaranteed to be executed in the order they are added. See Also DPSF<(Of <(<'Particle, Vertex>)>)>..::..CParticleSystemEvents Class DPSF<(Of <(<'Particle, Vertex>)>)>..::..CParticleSystemEvents Members |