Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Gets the cumulative time (in milliseconds) it took to perform the Update() function on each particle system in this manager.
Note: Only particle systems that have their PerformanceProfilingIsEnabled property set to true will be included in this total.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public double TotalPerformanceTimeToDoUpdatesInMilliseconds { get; private set; }
|
Visual Basic
|
Public Property TotalPerformanceTimeToDoUpdatesInMilliseconds As Double
Get
Private Set
|
Visual C++
|
public:
property double TotalPerformanceTimeToDoUpdatesInMilliseconds {
double get ();
private: void set (double value);
}
|
Property Value
Type: Double
See Also
ParticleSystemManager Class
ParticleSystemManager Members
DPSF Namespace
Send comments on this topic to
|