collapse_all
expand_all
collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++
DPSF API Documentation
ParticleSystemManager
.
.
::
..TotalPerformanceTimeToDoUpdatesInMilliseconds Property

ParticleSystemManager Class

gradient

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

collapse_allSyntax

C#

public double TotalPerformanceTimeToDoUpdatesInMilliseconds { getprivate set; }

Visual Basic

Public Property TotalPerformanceTimeToDoUpdatesInMilliseconds As Double

 Get

 Private Set

Visual C++

public:

property double TotalPerformanceTimeToDoUpdatesInMilliseconds {

 double get ();

 privatevoid set (double value);

}

Property Value

Type: Double

collapse_allSee Also

ParticleSystemManager Class

ParticleSystemManager Members

DPSF Namespace

footer

Send comments on this topic to

Dan@DansKingdom.com