Packageorg.papervision3d.core.stat
Classpublic class RenderStatistics



Public Properties
 PropertyDefined by
  culledTriangles : int = 0
RenderStatistics
  particles : Number
RenderStatistics
  performance : int = 0
RenderStatistics
  pixels : Number
RenderStatistics
  points : int = 0
RenderStatistics
  polys : int = 0
RenderStatistics
  rendered : int = 0
RenderStatistics
  triangles : int = 0
RenderStatistics
Public Methods
 MethodDefined by
  
RenderStatistics
  
clear():void
RenderStatistics
  
toString():String
RenderStatistics
Property detail
culledTrianglesproperty
public var culledTriangles:int = 0
particlesproperty 
public var particles:Number
performanceproperty 
public var performance:int = 0
pixelsproperty 
public var pixels:Number
pointsproperty 
public var points:int = 0
polysproperty 
public var polys:int = 0
renderedproperty 
public var rendered:int = 0
trianglesproperty 
public var triangles:int = 0
Constructor detail
RenderStatistics()constructor
public function RenderStatistics()
Method detail
clear()method
public function clear():void
toString()method 
public function toString():String

Returns
String