Package | away3d.events |
Class | public class MeshElementEvent |
Inheritance | MeshElementEvent ![]() |
Property | Defined by | ||
---|---|---|---|
element : IMeshElement
A reference to the element object that is relevant to the event.
| MeshElementEvent |
Method | Defined by | ||
---|---|---|---|
Creates a new
MeshElementEvent object. | MeshElementEvent | ||
clone():Event
Creates a copy of the MeshElementEvent object and sets the value of each property to match that of the original.
| MeshElementEvent |
Constant | Defined by | ||
---|---|---|---|
VERTEX_CHANGED : String = "vertexchanged" [static]
Defines the value of the type property of a vertexchanged event object.
| MeshElementEvent | ||
VERTEXVALUE_CHANGED : String = "vertexvaluechanged" [static]
Defines the value of the type property of a vertexvaluechanged event object.
| MeshElementEvent | ||
VISIBLE_CHANGED : String = "visiblechanged" [static]
Defines the value of the type property of a visiblechanged event object.
| MeshElementEvent |
element | property |
public var element:IMeshElement
A reference to the element object that is relevant to the event.
MeshElementEvent | () | constructor |
public function MeshElementEvent(type:String, element:IMeshElement)
Parameters
type:String — The type of the event. Possible values are: MeshElementEvent.VERTEX_CHANGED , MeshElementEvent.VERTEXVALUE_CHANGED and MeshElementEvent.VISIBLE_CHANGED .
|
|
element:IMeshElement — A reference to the element object that is relevant to the event.
|
clone | () | method |
public override function clone():Event
Creates a copy of the MeshElementEvent object and sets the value of each property to match that of the original.
ReturnsEvent |
VERTEX_CHANGED | constant |
public static const VERTEX_CHANGED:String = "vertexchanged"
Defines the value of the type property of a vertexchanged event object.
VERTEXVALUE_CHANGED | constant |
public static const VERTEXVALUE_CHANGED:String = "vertexvaluechanged"
Defines the value of the type property of a vertexvaluechanged event object.
VISIBLE_CHANGED | constant |
public static const VISIBLE_CHANGED:String = "visiblechanged"
Defines the value of the type property of a visiblechanged event object.