Passed as a parameter when a face event occurs
public var face:Face
A reference to the face object that is relevant to the event.
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.
|
####INIT####
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.
Returns
public static const MAPPING_CHANGED:String = "mappingchanged"
Defines the value of the type property of a mappingchanged event object.
public static const MATERIAL_CHANGED:String = "materialchanged"
Defines the value of the type property of a materialchanged event object.
Click to go to the wiki page for ####WIKI####