|
| 1 | +:github_url: hide |
| 2 | + |
| 3 | +.. DO NOT EDIT THIS FILE!!! |
| 4 | +.. Generated automatically from Godot engine sources. |
| 5 | +.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. |
| 6 | +.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationNodeObserverOneShot.xml. |
| 7 | +
|
| 8 | +.. _class_AnimationNodeObserverOneShot: |
| 9 | + |
| 10 | +AnimationNodeObserverOneShot |
| 11 | +============================ |
| 12 | + |
| 13 | +**Experimental:** This class may be changed or removed in future versions. |
| 14 | + |
| 15 | +**Inherits:** :ref:`AnimationNodeObserver<class_AnimationNodeObserver>` **<** :ref:`Resource<class_Resource>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>` |
| 16 | + |
| 17 | +Observer for events from :ref:`AnimationNodeOneShot<class_AnimationNodeOneShot>` instances. |
| 18 | + |
| 19 | +.. rst-class:: classref-section-separator |
| 20 | + |
| 21 | +---- |
| 22 | + |
| 23 | +.. rst-class:: classref-descriptions-group |
| 24 | + |
| 25 | +Signals |
| 26 | +------- |
| 27 | + |
| 28 | +.. _class_AnimationNodeObserverOneShot_signal_fade_in_finished: |
| 29 | + |
| 30 | +.. rst-class:: classref-signal |
| 31 | + |
| 32 | +**fade_in_finished**\ (\ ) :ref:`🔗<class_AnimationNodeObserverOneShot_signal_fade_in_finished>` |
| 33 | + |
| 34 | +Emitted when the one-shot has finished fading in. Only emitted if fade-in time is greater than zero. |
| 35 | + |
| 36 | +.. rst-class:: classref-item-separator |
| 37 | + |
| 38 | +---- |
| 39 | + |
| 40 | +.. _class_AnimationNodeObserverOneShot_signal_fade_out_started: |
| 41 | + |
| 42 | +.. rst-class:: classref-signal |
| 43 | + |
| 44 | +**fade_out_started**\ (\ ) :ref:`🔗<class_AnimationNodeObserverOneShot_signal_fade_out_started>` |
| 45 | + |
| 46 | +Emitted when the one-shot has started fading out. Only emitted if fade-out time is greater than zero. |
| 47 | + |
| 48 | +.. rst-class:: classref-item-separator |
| 49 | + |
| 50 | +---- |
| 51 | + |
| 52 | +.. _class_AnimationNodeObserverOneShot_signal_finished: |
| 53 | + |
| 54 | +.. rst-class:: classref-signal |
| 55 | + |
| 56 | +**finished**\ (\ ) :ref:`🔗<class_AnimationNodeObserverOneShot_signal_finished>` |
| 57 | + |
| 58 | +Emitted when the one-shot has finished. |
| 59 | + |
| 60 | +.. rst-class:: classref-item-separator |
| 61 | + |
| 62 | +---- |
| 63 | + |
| 64 | +.. _class_AnimationNodeObserverOneShot_signal_started: |
| 65 | + |
| 66 | +.. rst-class:: classref-signal |
| 67 | + |
| 68 | +**started**\ (\ ) :ref:`🔗<class_AnimationNodeObserverOneShot_signal_started>` |
| 69 | + |
| 70 | +Emitted when the one-shot has started. |
| 71 | + |
| 72 | +.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` |
| 73 | +.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)` |
| 74 | +.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` |
| 75 | +.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` |
| 76 | +.. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` |
| 77 | +.. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` |
| 78 | +.. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` |
| 79 | +.. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)` |
| 80 | +.. |void| replace:: :abbr:`void (No return value.)` |
0 commit comments