Package | away3d.events |
Class | public class AnimatorEvent |
Inheritance | AnimatorEvent flash.events.Event |
Property | Defined By | ||
---|---|---|---|
animator : AnimatorBase [read-only] | AnimatorEvent |
Method | Defined By | ||
---|---|---|---|
AnimatorEvent(type:String, animator:AnimatorBase)
Create a new AnimatorEvent object. | AnimatorEvent | ||
clone():Event [override]
Clones the event. | AnimatorEvent |
Constant | Defined By | ||
---|---|---|---|
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 |
AnimatorEvent | () | Constructor |
public function AnimatorEvent(type:String, animator:AnimatorBase)
Create a new AnimatorEvent
object.
type:String — The event type.
| |
animator:AnimatorBase — The animator object that is the subject of this event.
|
clone | () | method |
override public function clone():Event
Clones the event.
ReturnsEvent — An exact duplicate of the current event object.
|
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.