Package | away3d.events |
Class | public class TraceEvent |
Inheritance | TraceEvent ![]() |
Property | Defined by | ||
---|---|---|---|
procent : Number = 0 | 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_PROGRESS : String = "traceprogress" [static]
Defines the value of the type property of a traceprogress event object.
| TraceEvent |
procent | property |
public var procent:Number = 0
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_PROGRESS | constant |
public static const TRACE_PROGRESS:String = "traceprogress"
Defines the value of the type property of a traceprogress event object.