Packageaway3d.events
Classpublic class ExporterEvent
InheritanceExporterEvent Inheritance flash.events.Event

Public Properties
 PropertyDefined by
  data : String
A reference to the string generated by an exporter
ExporterEvent
Public Methods
 MethodDefined by
  
ExporterEvent
(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
ExporterEvent
Public Constants
 ConstantDefined by
  COMPLETE : String = "complete"
[static] Defines the value of the type property of a complete event object.
ExporterEvent
Property detail
dataproperty
public var data:String

A reference to the string generated by an exporter

Constructor detail
ExporterEvent()constructor
public function ExporterEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Init Parameters
Constant detail
COMPLETEconstant
public static const COMPLETE:String = "complete"

Defines the value of the type property of a complete event object.

Wiki link
Click to go to the wiki page for 'away3d.events.ExporterEvent'

Code examples

Comments