Packageaway3d.core.stats
Classpublic class StatsEvent
InheritanceStatsEvent Inheritance flash.events.Event

Public Properties
 PropertyDefined by
  camera : Camera3D
StatsEvent
  RENDER : String = "render"
[static]
StatsEvent
  totalfaces : Number
StatsEvent
Public Methods
 MethodDefined by
  
StatsEvent
(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
StatsEvent
Property detail
cameraproperty
public var camera:Camera3D
RENDERproperty 
public static var RENDER:String = "render"
totalfacesproperty 
public var totalfaces:Number
Constructor detail
StatsEvent()constructor
public function StatsEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Init Parameters
Wiki link
Click to go to the wiki page for 'away3d.core.stats.StatsEvent'

Code examples

Comments