Package | away3d.events |
Class | public class AnimatorEvent |
Inheritance | AnimatorEvent flash.events.Event |
Property | Defined by | ||
---|---|---|---|
animator : AnimatorBase
[read-only]
| AnimatorEvent | ||
sequence : AnimationSequenceBase
[read-only]
The SubGeometry object that is the subject of this event, if appropriate.
| AnimatorEvent |
Method | Defined by | ||
---|---|---|---|
Create a new GeometryEvent
| AnimatorEvent | ||
clone():Event
Clones the event.
| AnimatorEvent |
Constant | Defined by | ||
---|---|---|---|
SEQUENCE_DONE : String = "SequenceDone" [static]
Playback of the currently playing (non-looping) clip ended.
| AnimatorEvent | ||
START : String = "start" [static]
Defines the value of the type property of a start event object.
| AnimatorEvent | ||
STOP : String = "stop" [static]
Defines the value of the type property of a stop event object.
| AnimatorEvent |
animator | property |
sequence | property |
sequence:AnimationSequenceBase
[read-only]The SubGeometry object that is the subject of this event, if appropriate.
Implementation public function get sequence():AnimationSequenceBase
AnimatorEvent | () | constructor |
public function AnimatorEvent(type:String, animator:AnimatorBase, sequence:AnimationSequenceBase = null)
Parameters
type:String — The event type.
|
|
animator:AnimatorBase — An optional SubGeometry object that is the subject of this event.
|
|
sequence:AnimationSequenceBase (default = null )
|
clone | () | method |
public override function clone():Event
Clones the event.
ReturnsEvent — An exact duplicate of the current object.
|
SEQUENCE_DONE | constant |
public static const SEQUENCE_DONE:String = "SequenceDone"
Playback of the currently playing (non-looping) clip ended.
START | constant |
public static const START:String = "start"
Defines the value of the type property of a start event object.
STOP | constant |
public static const STOP:String = "stop"
Defines the value of the type property of a stop event object.