Dispatched to notify changes in a geometry object's state.

See also:

  • away3d.core.base.Geometry

Static variables

@:value("BoundsInvalid")staticinlineread onlyBOUNDS_INVALID:String = "BoundsInvalid"

@:value("SubGeometryAdded")staticinlineread onlySUB_GEOMETRY_ADDED:String = "SubGeometryAdded"

Dispatched when a SubGeometry was added from the dispatching Geometry.

@:value("SubGeometryRemoved")staticinlineread onlySUB_GEOMETRY_REMOVED:String = "SubGeometryRemoved"

Dispatched when a SubGeometry was removed from the dispatching Geometry.

Constructor

@:value({ subGeometry : null })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.

Variables

Methods

clone():Event

Clones the event.

Returns:

An exact duplicate of the current object.