Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
..UpdateAndGetNumberOfParticlesToEmit Method
|
|
Updates the Emitter's Position and Orientation according to its Velocities and Accelerations, and returns how many Particles should be emitted this frame.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public int UpdateAndGetNumberOfParticlesToEmit(
float fElapsedTimeInSeconds
)
|
Visual Basic
|
Public Function UpdateAndGetNumberOfParticlesToEmit (
fElapsedTimeInSeconds As Single
) As Integer
|
Visual C++
|
public:
int UpdateAndGetNumberOfParticlesToEmit(
float fElapsedTimeInSeconds
)
|
Parameters
fElapsedTimeInSeconds
Type: System..::..Single
How long (in seconds) it has been since this function was called.
Return Value
Type: Int32
Returns the number of Particles that should be emitted.
See Also
ParticleEmitter Class
ParticleEmitter Members
DPSF Namespace
Send comments on this topic to
|