Dispatched to notify changes in a geometry object's state.
See also:
away3d.core.base.Geometry
Static variables
staticinlineread onlySUB_GEOMETRY_ADDED:String = "SubGeometryAdded"
Dispatched when a SubGeometry was added from the dispatching Geometry.
staticinlineread onlySUB_GEOMETRY_REMOVED:String = "SubGeometryRemoved"
Dispatched when a SubGeometry was removed from the dispatching Geometry.
Constructor
new(type:String, ?subGeometry:ISubGeometry)
Create a new GeometryEvent
Parameters:
type | The event type. |
|---|---|
subGeometry | An optional SubGeometry object that is the subject of this event. |