Package | alternativa.engine3d.animation.events |
Class | public class NotifyEvent |
Inheritance | NotifyEvent ![]() |
See also
Property | Defined By | ||
---|---|---|---|
notify : AnimationNotify [read-only]
The source of the event. | NotifyEvent |
Method | Defined By | ||
---|---|---|---|
NotifyEvent(notify:AnimationNotify)
Creates a Notyfy object. | NotifyEvent |
Constant | Defined By | ||
---|---|---|---|
NOTIFY : String = notify [static]
otifyEvent.NOTIFY is specified as the type property for transfer to the addEventListener alert for the event. | NotifyEvent |
notify | property |
notify:AnimationNotify
[read-only] The source of the event. Actually this property returns AnimationNotify(target) value.
public function get notify():AnimationNotify
NotifyEvent | () | Constructor |
public function NotifyEvent(notify:AnimationNotify)
Creates a Notyfy object.
Parametersnotify:AnimationNotify |
NOTIFY | Constant |
public static const NOTIFY:String = notify
otifyEvent.NOTIFY is specified as the type property for transfer to the addEventListener alert for the event.