Packageaway3d.events
Classpublic class GeometryEvent
InheritanceGeometryEvent Inheritance flash.events.Event

Passed as a parameter when a geometry event occurs



Public Properties
 PropertyDefined By
  geometry : Geometry
A reference to the 3d object that is relevant to the event.
GeometryEvent
Public Methods
 MethodDefined By
  
GeometryEvent(type:String, geometry:Geometry)
Creates a new MaterialEvent object.
GeometryEvent
  
clone():Event
[override] Creates a copy of the Object3DEvent object and sets the value of each property to match that of the original.
GeometryEvent
Public Constants
 ConstantDefined By
  GEOMETRY_UPDATED : String = geometryUpdated
[static] Defines the value of the type property of a geometryChanged event object.
GeometryEvent
Property Detail
geometryproperty
public var geometry:Geometry

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

Constructor Detail
GeometryEvent()Constructor
public function GeometryEvent(type:String, geometry:Geometry)

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.
 
geometry:Geometry — 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
GEOMETRY_UPDATEDConstant
public static const GEOMETRY_UPDATED:String = geometryUpdated

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