Packageaway3d.events
Classpublic class Object3DEvent
InheritanceObject3DEvent Inheritance flash.events.Event

Passed as a parameter when a 3d object event occurs



Public Properties
 PropertyDefined By
  object : Object3D
A reference to the 3d object that is relevant to the event.
Object3DEvent
Public Methods
 MethodDefined By
  
Object3DEvent(type:String, object:Object3D)
Creates a new MaterialEvent object.
Object3DEvent
  
clone():Event
[override] Creates a copy of the Object3DEvent object and sets the value of each property to match that of the original.
Object3DEvent
Public Constants
 ConstantDefined By
  DIMENSIONS_CHANGED : String = dimensionsChanged
[static] Defines the value of the type property of a dimensionsChanged event object.
Object3DEvent
  POSITION_CHANGED : String = positionChanged
[static] Defines the value of the type property of a positionChanged event object.
Object3DEvent
  SCALE_CHANGED : String = scaleChanged
[static] Defines the value of the type property of a scaleChanged event object.
Object3DEvent
  SCENE_CHANGED : String = sceneChanged
[static] Defines the value of the type property of a sceneChanged event object.
Object3DEvent
  SCENETRANSFORM_CHANGED : String = scenetransformChanged
[static] Defines the value of the type property of a scenetransformChanged event object.
Object3DEvent
  SESSION_CHANGED : String = sessionChanged
[static] Defines the value of the type property of a sessionChanged event object.
Object3DEvent
  VISIBLITY_UPDATED : String = visiblityUpdated
[static] Defines the value of the type property of a visiblityUpdated event object.
Object3DEvent
Property Detail
objectproperty
public var object:Object3D

A reference to the 3d object that is relevant to the event.

Constructor Detail
Object3DEvent()Constructor
public function Object3DEvent(type:String, object:Object3D)

Creates a new MaterialEvent object.

Parameters
type:String — The type of the event. Possible values are: Object3DEvent.TRANSFORM_CHANGED, Object3DEvent.SCENETRANSFORM_CHANGED, Object3DEvent.SCENE_CHANGED, Object3DEvent.RADIUS_CHANGED and Object3DEvent.DIMENSIONS_CHANGED.
 
object:Object3D — A reference to the 3d object that is relevant to the event.
####INIT####
Method Detail
clone()method
override public function clone():Event

Creates a copy of the Object3DEvent object and sets the value of each property to match that of the original.

Returns
Event
Constant Detail
DIMENSIONS_CHANGEDConstant
public static const DIMENSIONS_CHANGED:String = dimensionsChanged

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

POSITION_CHANGEDConstant 
public static const POSITION_CHANGED:String = positionChanged

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

SCALE_CHANGEDConstant 
public static const SCALE_CHANGED:String = scaleChanged

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

SCENE_CHANGEDConstant 
public static const SCENE_CHANGED:String = sceneChanged

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

SCENETRANSFORM_CHANGEDConstant 
public static const SCENETRANSFORM_CHANGED:String = scenetransformChanged

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

SESSION_CHANGEDConstant 
public static const SESSION_CHANGED:String = sessionChanged

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

VISIBLITY_UPDATEDConstant 
public static const VISIBLITY_UPDATED:String = visiblityUpdated

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