Package | org.papervision3d.view.stats |
Class | public class StatsView |
Inheritance | StatsView ![]() ![]() |
Property | Defined by | ||
---|---|---|---|
fps : int [write-only]
| StatsView | ||
![]() | renderEngine : AbstractRenderEngine | AbstractStatsView | |
renderSessionData : RenderSessionData
[write-only]
| StatsView |
Property | Defined by | ||
---|---|---|---|
cullingInfoTextField : TextField | StatsView | ||
![]() | currentFrameTime : int | AbstractStatsView | |
![]() | _fps : int | AbstractStatsView | |
fpsInfoTextField : TextField | StatsView | ||
![]() | lastFrameTime : int | AbstractStatsView | |
objectInfoTextField : TextField | StatsView | ||
![]() | _renderEngine : AbstractRenderEngine | AbstractStatsView | |
renderInfoTextField : TextField | StatsView | ||
![]() | _renderSessionData : RenderSessionData | AbstractStatsView | |
statsFormat : TextFormat | StatsView |
Method | Defined by | ||
---|---|---|---|
StatsView(renderEngine:AbstractRenderEngine)
| StatsView |
Method | Defined by | ||
---|---|---|---|
init():void
| StatsView | ||
![]() |
onFrame(event:Event):void
| AbstractStatsView | |
![]() |
onRenderDone(event:RendererEvent):void
| AbstractStatsView | |
![]() |
setupListeners():void
| AbstractStatsView | |
setupView():void
| StatsView |
cullingInfoTextField | property |
protected var cullingInfoTextField:TextField
fps | property |
fps:int
[write-only]Implementation
public function set fps(value:int):void
fpsInfoTextField | property |
protected var fpsInfoTextField:TextField
objectInfoTextField | property |
protected var objectInfoTextField:TextField
renderInfoTextField | property |
protected var renderInfoTextField:TextField
renderSessionData | property |
renderSessionData:RenderSessionData
[write-only]Implementation
public function set renderSessionData(value:RenderSessionData):void
statsFormat | property |
protected var statsFormat:TextFormat
StatsView | () | constructor |
public function StatsView(renderEngine:AbstractRenderEngine)
Parameters
renderEngine:AbstractRenderEngine |
init | () | method |
protected function init():void
setupView | () | method |
protected function setupView():void