Package | away3d.events |
Class | public class GeometryEvent |
Inheritance | GeometryEvent flash.events.Event |
Property | Defined by | ||
---|---|---|---|
geometry : Geometry
A reference to the 3d object that is relevant to the event.
| GeometryEvent |
Method | Defined by | ||
---|---|---|---|
Creates a new
MaterialEvent object. | GeometryEvent | ||
clone():Event
Creates a copy of the Object3DEvent object and sets the value of each property to match that of the original.
| GeometryEvent |
Constant | Defined by | ||
---|---|---|---|
DIMENSIONS_CHANGED : String = "dimensionsChanged" [static]
Defines the value of the type property of a dimensionsChanged event object.
| GeometryEvent |
geometry | property |
public var geometry:Geometry
A reference to the 3d object that is relevant to the event.
GeometryEvent | () | constructor |
public function GeometryEvent(type:String, geometry:Geometry)
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.
|
clone | () | method |
public override function clone():Event
Creates a copy of the Object3DEvent object and sets the value of each property to match that of the original.
ReturnsEvent |
DIMENSIONS_CHANGED | constant |
public static const DIMENSIONS_CHANGED:String = "dimensionsChanged"
Defines the value of the type property of a dimensionsChanged event object.