Package | away3d.events |
Class | public class SegmentEvent |
Inheritance | SegmentEvent ![]() |
Property | Defined by | ||
---|---|---|---|
segment : Segment
A reference to the segment object that is relevant to the event.
| SegmentEvent |
Method | Defined by | ||
---|---|---|---|
Creates a new
SegmentEvent object. | SegmentEvent | ||
clone():Event
Creates a copy of the SegmentEvent object and sets the value of each property to match that of the original.
| SegmentEvent |
Constant | Defined by | ||
---|---|---|---|
MATERIAL_CHANGED : String = "materialChanged" [static]
Defines the value of the type property of a materialChanged event object.
| SegmentEvent |
segment | property |
public var segment:Segment
A reference to the segment object that is relevant to the event.
SegmentEvent | () | constructor |
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.
|
clone | () | method |
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.
ReturnsEvent |
MATERIAL_CHANGED | constant |
public static const MATERIAL_CHANGED:String = "materialChanged"
Defines the value of the type property of a materialChanged event object.