.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/PropertyTweener.xml. .. _class_PropertyTweener: PropertyTweener =============== **Inherits:** :ref:`Tweener` **<** :ref:`RefCounted` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PropertyTweener` | :ref:`as_relative` **(** **)** | +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PropertyTweener` | :ref:`from` **(** :ref:`Variant` value **)** | +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PropertyTweener` | :ref:`from_current` **(** **)** | +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PropertyTweener` | :ref:`set_custom_interpolator` **(** :ref:`Callable` interpolator_method **)** | +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PropertyTweener` | :ref:`set_delay` **(** :ref:`float` delay **)** | +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PropertyTweener` | :ref:`set_ease` **(** :ref:`EaseType` ease **)** | +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PropertyTweener` | :ref:`set_trans` **(** :ref:`TransitionType` trans **)** | +-----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_PropertyTweener_method_as_relative: .. rst-class:: classref-method :ref:`PropertyTweener` **as_relative** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PropertyTweener_method_from: .. rst-class:: classref-method :ref:`PropertyTweener` **from** **(** :ref:`Variant` value **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PropertyTweener_method_from_current: .. rst-class:: classref-method :ref:`PropertyTweener` **from_current** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PropertyTweener_method_set_custom_interpolator: .. rst-class:: classref-method :ref:`PropertyTweener` **set_custom_interpolator** **(** :ref:`Callable` interpolator_method **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PropertyTweener_method_set_delay: .. rst-class:: classref-method :ref:`PropertyTweener` **set_delay** **(** :ref:`float` delay **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PropertyTweener_method_set_ease: .. rst-class:: classref-method :ref:`PropertyTweener` **set_ease** **(** :ref:`EaseType` ease **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PropertyTweener_method_set_trans: .. rst-class:: classref-method :ref:`PropertyTweener` **set_trans** **(** :ref:`TransitionType` trans **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`