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