Stats monitor for Away3D or general use in any project. The widget was designed to display all the necessary data in ways that are easily readable, while maintaining a tiny size.


Inherited from Sprite -> DisplayObjectContainer -> InteractiveObject -> DisplayObject -> EventDispatcher.


Can be created using method new:

Lib.Away3D.Debug.AwayFPS.new(view, xOff, yOff, color, scale)

Create an Away3D stats widget.

view: View3D (default = nil) - A reference to your Away3D view. This is required if you want the stats widget to display polycounts.

xOff - x offset (default 10)

yOff - y offset (default 10)

color - Int (default 0x000000)

scale - Float (default 4)


Created with the Personal Edition of HelpNDoc: Free EBook and documentation generator