Package | away3d.events |
Class | public class TraceEvent |
Inheritance | TraceEvent flash.events.Event |
Property | Defined by | ||
---|---|---|---|
count : int = 0 | TraceEvent | ||
percent : Number = 0 | TraceEvent | ||
percentPart : Number = 0 | TraceEvent | ||
totalParts : Number = 1 | TraceEvent |
Method | Defined by | ||
---|---|---|---|
TraceEvent
(type:String, bubbles:Boolean = false, cancelable:Boolean = false) | TraceEvent |
Constant | Defined by | ||
---|---|---|---|
TRACE_COMPLETE : String = "tracecomplete" [static]
Defines the value of the type property of a tracecomplete event object.
| TraceEvent | ||
TRACE_COUNT : String = "tracecount" [static]
Defines the value of the type property of a tracecount event object.
| TraceEvent | ||
TRACE_PROGRESS : String = "traceprogress" [static]
Defines the value of the type property of a traceprogress event object.
| TraceEvent |
count | property |
public var count:int = 0
percent | property |
public var percent:Number = 0
percentPart | property |
public var percentPart:Number = 0
totalParts | property |
public var totalParts:Number = 1
TraceEvent | () | constructor |
public function TraceEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Parameters
type:String |
|
bubbles:Boolean (default = false )
|
|
cancelable:Boolean (default = false )
|
TRACE_COMPLETE | constant |
public static const TRACE_COMPLETE:String = "tracecomplete"
Defines the value of the type property of a tracecomplete event object.
TRACE_COUNT | constant |
public static const TRACE_COUNT:String = "tracecount"
Defines the value of the type property of a tracecount event object.
TRACE_PROGRESS | constant |
public static const TRACE_PROGRESS:String = "traceprogress"
Defines the value of the type property of a traceprogress event object.