class_animationnodesync.rst 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationNodeSync.xml.
  6. .. _class_AnimationNodeSync:
  7. AnimationNodeSync
  8. =================
  9. **Inherits:** :ref:`AnimationNode<class_AnimationNode>` **<** :ref:`Resource<class_Resource>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. **Inherited By:** :ref:`AnimationNodeAdd2<class_AnimationNodeAdd2>`, :ref:`AnimationNodeAdd3<class_AnimationNodeAdd3>`, :ref:`AnimationNodeBlend2<class_AnimationNodeBlend2>`, :ref:`AnimationNodeBlend3<class_AnimationNodeBlend3>`, :ref:`AnimationNodeOneShot<class_AnimationNodeOneShot>`, :ref:`AnimationNodeTransition<class_AnimationNodeTransition>`
  11. .. container:: contribute
  12. There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  13. .. rst-class:: classref-reftable-group
  14. Properties
  15. ----------
  16. .. table::
  17. :widths: auto
  18. +-------------------------+----------------------------------------------------+-----------+
  19. | :ref:`bool<class_bool>` | :ref:`sync<class_AnimationNodeSync_property_sync>` | ``false`` |
  20. +-------------------------+----------------------------------------------------+-----------+
  21. .. rst-class:: classref-section-separator
  22. ----
  23. .. rst-class:: classref-descriptions-group
  24. Property Descriptions
  25. ---------------------
  26. .. _class_AnimationNodeSync_property_sync:
  27. .. rst-class:: classref-property
  28. :ref:`bool<class_bool>` **sync** = ``false``
  29. .. rst-class:: classref-property-setget
  30. - void **set_use_sync** **(** :ref:`bool<class_bool>` value **)**
  31. - :ref:`bool<class_bool>` **is_using_sync** **(** **)**
  32. If ``false``, the blended animations' frame are stopped when the blend value is ``0``.
  33. If ``true``, forcing the blended animations to advance frame.
  34. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  35. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  36. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  37. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  38. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  39. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`