Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
DPSFParticle
.
..UpdateElapsedTimeVariables Method
|
|
Function to update the Elapsed Time associated variables of the Particle. This is done automatically by DPSF when the particle system's Update() function is called, so this function does not need to be manually called by the user.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public void UpdateElapsedTimeVariables(
float fElapsedTimeInSeconds
)
|
Visual Basic
|
Public Sub UpdateElapsedTimeVariables (
fElapsedTimeInSeconds As Single
)
|
Visual C++
|
public:
void UpdateElapsedTimeVariables(
float fElapsedTimeInSeconds
)
|
Parameters
fElapsedTimeInSeconds
Type: System..::..Single
The amount of time in seconds that has passed since this function was last called
See Also
DPSFParticle Class
DPSFParticle Members
DPSF Namespace
Send comments on this topic to
|