Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
::
..PerformanceTimeToDoUpdateInMilliseconds Property
|
|
Get how long (in milliseconds) it took to perform the last Update() function call.
Returns 0 if Performance Profiling is not Enabled.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
double PerformanceTimeToDoUpdateInMilliseconds { get; }
|
Visual Basic
|
ReadOnly Property PerformanceTimeToDoUpdateInMilliseconds As Double
Get
|
Visual C++
|
property double PerformanceTimeToDoUpdateInMilliseconds {
double get ();
}
|
Property Value
Type: Double
See Also
IDPSFParticleSystem Interface
IDPSFParticleSystem Members
DPSF Namespace
Send comments on this topic to
|