Package | away3d.events |
Class | public class GeometryEvent |
Inheritance | GeometryEvent flash.events.Event |
See also
Property | Defined by | ||
---|---|---|---|
subGeometry : SubGeometry
[read-only]
The SubGeometry object that is the subject of this event, if appropriate.
| GeometryEvent |
Method | Defined by | ||
---|---|---|---|
Create a new GeometryEvent
| GeometryEvent | ||
clone():Event
Clones the event.
| GeometryEvent |
Constant | Defined by | ||
---|---|---|---|
ANIMATION_CHANGED : String = "AnimationChanged" [static]
Dispatched when the Animation property of the dispatching Geometry was changed.
| 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:SubGeometry
[read-only]The SubGeometry object that is the subject of this event, if appropriate.
Implementation public function get subGeometry():SubGeometry
GeometryEvent | () | constructor |
public function GeometryEvent(type:String, subGeometry:SubGeometry = null)
Parameters
type:String — The event type.
|
|
subGeometry:SubGeometry (default = null ) — An optional SubGeometry object that is the subject of this event.
|
clone | () | method |
public override function clone():Event
Clones the event.
ReturnsEvent — An exact duplicate of the current object.
|
ANIMATION_CHANGED | constant |
public static const ANIMATION_CHANGED:String = "AnimationChanged"
Dispatched when the Animation property of the dispatching Geometry was changed.
SUB_GEOMETRY_ADDED | constant |
public static const SUB_GEOMETRY_ADDED:String = "SubGeometryAdded"
Dispatched when a SubGeometry was added from the dispatching Geometry.
SUB_GEOMETRY_REMOVED | constant |
public static const SUB_GEOMETRY_REMOVED:String = "SubGeometryRemoved"
Dispatched when a SubGeometry was removed from the dispatching Geometry.