Packageorg.papervision3d.view.stats
Classpublic class StatsView
InheritanceStatsView Inheritance AbstractStatsView Inheritance flash.display.MovieClip



Public Properties
 PropertyDefined by
  fps : int
[write-only]
StatsView
 InheritedrenderEngine : AbstractRenderEngine
AbstractStatsView
  renderSessionData : RenderSessionData
[write-only]
StatsView
Protected Properties
 PropertyDefined by
  cullingInfoTextField : TextField
StatsView
 InheritedcurrentFrameTime : int
AbstractStatsView
 Inherited_fps : int
AbstractStatsView
  fpsInfoTextField : TextField
StatsView
 InheritedlastFrameTime : int
AbstractStatsView
  objectInfoTextField : TextField
StatsView
 Inherited_renderEngine : AbstractRenderEngine
AbstractStatsView
  renderInfoTextField : TextField
StatsView
 Inherited_renderSessionData : RenderSessionData
AbstractStatsView
  statsFormat : TextFormat
StatsView
Public Methods
 MethodDefined by
  
StatsView
Protected Methods
 MethodDefined by
  
init():void
StatsView
 Inherited
onFrame(event:Event):void
AbstractStatsView
 Inherited
AbstractStatsView
 Inherited
AbstractStatsView
  
setupView():void
StatsView
Property detail
cullingInfoTextFieldproperty
protected var cullingInfoTextField:TextField
fpsproperty 
fps:int  [write-only]Implementation
    public function set fps(value:int):void
fpsInfoTextFieldproperty 
protected var fpsInfoTextField:TextField
objectInfoTextFieldproperty 
protected var objectInfoTextField:TextField
renderInfoTextFieldproperty 
protected var renderInfoTextField:TextField
renderSessionDataproperty 
renderSessionData:RenderSessionData  [write-only]Implementation
    public function set renderSessionData(value:RenderSessionData):void
statsFormatproperty 
protected var statsFormat:TextFormat
Constructor detail
StatsView()constructor
public function StatsView(renderEngine:AbstractRenderEngine)Parameters
renderEngine:AbstractRenderEngine
Method detail
init()method
protected function init():void
setupView()method 
protected function setupView():void