Passed as a parameter when a segment event occurs
public var segment:Segment
A reference to the segment object that is relevant to the event.
public function SegmentEvent(type:String, segment:Segment)
Parameters
| type:String — The type of the event. Possible values are: SegmentEvent.MATERIAL_CHANGED .
|
|
| segment:Segment — A reference to the segment object that is relevant to the event.
|
####INIT####
public override function clone():Event
Creates a copy of the SegmentEvent object and sets the value of each property to match that of the original.
Returns
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####