Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Visual C++
|
..TotalPerformanceTimeToDoDrawsInMilliseconds Property
|
|
Gets the cumulative time (in milliseconds) it took to perform the Draw() 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 TotalPerformanceTimeToDoDrawsInMilliseconds { get; private set; }
|
Visual Basic
|
Public Property TotalPerformanceTimeToDoDrawsInMilliseconds As Double
Get
Private Set
|
Visual C++
|
public:
property double TotalPerformanceTimeToDoDrawsInMilliseconds {
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
|