| Package | away3d.events |
| Class | public class GeometryEvent |
| Inheritance | GeometryEvent flash.events.Event |
See also
| Property | Defined By | ||
|---|---|---|---|
| subGeometry : ISubGeometry [read-only]
The SubGeometry object that is the subject of this event, if appropriate. | GeometryEvent | ||
| Method | Defined By | ||
|---|---|---|---|
GeometryEvent(type:String, subGeometry:ISubGeometry = null)
Create a new GeometryEvent
| GeometryEvent | ||
clone():Event [override]
Clones the event. | GeometryEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| BOUNDS_INVALID : String = BoundsInvalid [static] | GeometryEvent | ||
| SUB_GEOMETRY_ADDED : String = SubGeometryAdded [static]
Dispatched when a SubGeometry was added from the dispatching Geometry. | GeometryEvent | ||
| SUB_GEOMETRY_REMOVED : String = SubGeometryRemoved [static]
Dispatched when a SubGeometry was removed from the dispatching Geometry. | GeometryEvent | ||
| subGeometry | property |
subGeometry:ISubGeometry [read-only] The SubGeometry object that is the subject of this event, if appropriate.
public function get subGeometry():ISubGeometry| GeometryEvent | () | Constructor |
public function GeometryEvent(type:String, subGeometry:ISubGeometry = null)Create a new GeometryEvent
Parameterstype:String — The event type.
| |
subGeometry:ISubGeometry (default = null) — An optional SubGeometry object that is the subject of this event.
|
| clone | () | method |
override public function clone():EventClones the event.
ReturnsEvent — An exact duplicate of the current object.
|
| BOUNDS_INVALID | Constant |
public static const BOUNDS_INVALID:String = BoundsInvalid| SUB_GEOMETRY_ADDED | Constant |
public static const SUB_GEOMETRY_ADDED:String = SubGeometryAddedDispatched when a SubGeometry was added from the dispatching Geometry.
| SUB_GEOMETRY_REMOVED | Constant |
public static const SUB_GEOMETRY_REMOVED:String = SubGeometryRemovedDispatched when a SubGeometry was removed from the dispatching Geometry.