Class Index | File Index

Classes


Class createjs.Counter


Defined in: counter.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
A class that stores global counters internally used for debug.
Field Summary
Field Attributes Field Name and Description
<static>  
createjs.Counter.cachedRenderers
The number of renderer objects in the global cache.
<static>  
createjs.Counter.paintedObjects
The number of display objects painted in a rendering cycle.
<static>  
createjs.Counter.runningTweens
The number of tweens running in a rendering cycle.
<static>  
createjs.Counter.totalObjects
The total number of display objects in a rendering cycle.
<static>  
createjs.Counter.totalRenderers
The total number of renderer objects used by this library.
<static>  
createjs.Counter.totalTweens
The total number of tweens used by an application.
<static>  
createjs.Counter.updatedTweens
The number of tweens updated in a rendering cycle.
<static>  
createjs.Counter.visibleObjects
The number of visible display objects in a rendering cycle.
Method Summary
Method Attributes Method Name and Description
<static>  
createjs.Counter.reset()
Resets the global variables used by this class.
Class Detail
createjs.Counter()
A class that stores global counters internally used for debug.
Field Detail
<static> createjs.Counter.cachedRenderers
The number of renderer objects in the global cache.

<static> createjs.Counter.paintedObjects
The number of display objects painted in a rendering cycle.

<static> createjs.Counter.runningTweens
The number of tweens running in a rendering cycle.

<static> createjs.Counter.totalObjects
The total number of display objects in a rendering cycle.

<static> createjs.Counter.totalRenderers
The total number of renderer objects used by this library.

<static> createjs.Counter.totalTweens
The total number of tweens used by an application.

<static> createjs.Counter.updatedTweens
The number of tweens updated in a rendering cycle.

<static> createjs.Counter.visibleObjects
The number of visible display objects in a rendering cycle.
Method Detail
<static> createjs.Counter.reset()
Resets the global variables used by this class.

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Oct 04 2016 17:11:27 GMT+0900 (JST)